Skip to content

Commit a8ff9e2

Browse files
committed
.
1 parent 3b3d17b commit a8ff9e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LD_FILE = $(SRC_PATH)/linker/$(MCU_SUB_VARIANT)_$(SD_NAME)_v$(word 1, $(sub
2626
MERGED_FNAME = $(OUTPUT_FILENAME)_$(SD_NAME)_$(SD_VERSION)
2727

2828
GIT_VERSION = $(shell git describe --dirty --always --tags)
29-
GIT_SUBMODULE_VERSIONS = $(shell git submodule status | cut -d' ' -f3,4 | paste -s -d" " -)
29+
GIT_SUBMODULE_VERSIONS = $(shell git submodule status | cut -d" " -f3,4 | paste -s -d" " -)
3030

3131
OUTPUT_FILENAME = $(BOARD)_bootloader-$(GIT_VERSION)
3232

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)