Makefile: Add shortcut to download the softdevice binary
This commit is contained in:
parent
5b016dcb4e
commit
64f1015a8d
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -24,6 +24,9 @@ bootloader:
|
|||
bootloader/lib/softdevice/s132_nrf52_6.1.1/s132_nrf52_6.1.1_softdevice.hex \
|
||||
-o bootloader.hex
|
||||
|
||||
softdevice:
|
||||
micropython/ports/nrf/drivers/bluetooth/download_ble_stack.sh
|
||||
|
||||
micropython:
|
||||
$(MAKE) -C micropython/mpy-cross
|
||||
$(MAKE) -C micropython/ports/nrf BOARD=$(BOARD) SD=s132
|
||||
|
|
Loading…
Reference in a new issue