File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ MBR_HEX = lib/softdevice/mbr/hex/mbr_nrf52_2.4.1_mbr.hex
22
22
# linker by MCU eg. nrf52840.ld
23
23
LD_FILE = linker/$(MCU_SUB_VARIANT ) .ld
24
24
25
- GIT_VERSION : = $(shell git describe --dirty --always --tags)
26
- GIT_SUBMODULE_VERSIONS : = $(shell git submodule status | cut -d" " -f3,4 | paste -s -d" " -)
25
+ GIT_VERSION = $(shell git describe --dirty --always --tags)
26
+ GIT_SUBMODULE_VERSIONS = $(shell git submodule status | cut -d" " -f3,4 | paste -s -d" " -)
27
27
28
28
# compiled file name
29
29
OUT_FILE = $(BOARD ) _bootloader-$(GIT_VERSION )
Original file line number Diff line number Diff line change
1
+ make GNU_INSTALL_ROOT="C:/Program Files (x86)/GNU Tools Arm Embedded/9 2019-q4-major/bin/" NRFUTIL="C:\Users\G�bor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts\adafruit-nrfutil" BOARD=feather_nrf52840_express_s340 V=1 SERIAL=COM4 dfu-flash
2
+
3
+
4
+ make BOARD=feather_nrf52840_express all
You can’t perform that action at this time.
0 commit comments