Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdafruitNRFUtil ¶
type AdafruitNRFUtil struct {
Port string
}
AdafruitNRFUtil will flash the board with `nrfutil` application. For now it only works if `adafruit-nrfutil` application is in current PATH.
So, by default, if it is installed into venv - it will not work.
func NewAdafruitNRFUtil ¶
func NewAdafruitNRFUtil() *AdafruitNRFUtil
type MCUBoot ¶
type MCUBoot struct{}
MCUBoot will flash the board that has mcuboot. https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#option-2-using-mcuboot-in-serial-recovery-mode
type NRFUtil ¶
type NRFUtil struct {
Port string
}
NRFUtil will flash the board with `nrfutil` application. https://docs.zephyrproject.org/latest/boards/arm/nrf52840dongle_nrf52840/doc/index.html#option-1-using-the-built-in-bootloader-only
func NewNRFUtil ¶
func NewNRFUtil() *NRFUtil
Click to show internal directories.
Click to hide internal directories.