We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3067e0 commit 24a1cd2Copy full SHA for 24a1cd2
make/Makefile.posix
@@ -105,6 +105,10 @@ flash-softdevice.jlink:
105
$(MAKE_BUILD_FOLDER)
106
printf "w4 4001e504 1\nloadbin \"$(SOFTDEVICE_OUTPUT:.hex=.bin)\" 0\nr\ng\nexit\n" > $(OUTPUT_PATH)flash-softdevice.jlink
107
108
+flash-softdevice.stlinkv2:
109
+ $(MAKE_BUILD_FOLDER)
110
+ $(OPENOCD) -c 'program $(SOFTDEVICE) verify reset exit'
111
+
112
flash-bootloader: bootloader flash-bootloader.jlink test-softdevice
113
$(JLINK) $(OUTPUT_PATH)flash-bootloader.jlink
114
0 commit comments