nrf5: Adding target to flash bluetooth stack when using pyocd-flashtool.
This commit is contained in:
parent
2fd55feb0c
commit
7ce31444a0
|
@ -219,6 +219,11 @@ else ifeq ($(FLASHER), pyocd)
|
|||
flash: $(BUILD)/firmware.elf
|
||||
pyocd-flashtool -t $(MCU_VARIANT) $(BUILD)/firmware.hex
|
||||
|
||||
sd:
|
||||
pyocd-flashtool -t $(MCU_VARIANT) --chip_erase
|
||||
pyocd-flashtool -t $(MCU_VARIANT) $(SOFTDEV_HEX)
|
||||
pyocd-flashtool -t $(MCU_VARIANT) $(BUILD)/firmware.hex
|
||||
|
||||
endif
|
||||
|
||||
$(BUILD)/firmware.elf: $(OBJ)
|
||||
|
|
Loading…
Reference in New Issue