Skip to content

Commit 0851dd4

Browse files
committed
.
1 parent 8f537a6 commit 0851dd4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ MBR_HEX = lib/softdevice/mbr/hex/mbr_nrf52_2.4.1_mbr.hex
2222
# linker by MCU eg. nrf52840.ld
2323
LD_FILE = linker/$(MCU_SUB_VARIANT).ld
2424

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" " -)
2727

2828
# compiled file name
2929
OUT_FILE = $(BOARD)_bootloader-$(GIT_VERSION)

make.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

0 commit comments

Comments
 (0)