File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ endif
336
336
CFLAGS += -DDFU_APP_DATA_RESERVED=$(DFU_APP_DATA_RESERVED )
337
337
338
338
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
339
- # Fixes for gcc version 12 and 13 .
340
- ifneq (,$(filter 12.% 13.% ,$(shell $(CC ) -dumpversion 2>/dev/null) ) )
339
+ # Fixes for gcc version 12, 13 and 14 .
340
+ ifneq (,$(filter 12.% 13.% 14. % ,$(shell $(CC ) -dumpversion 2>/dev/null) ) )
341
341
CFLAGS += --param=min-pagesize=0
342
342
endif
343
343
@@ -500,7 +500,7 @@ dfu-flash: flash-dfu
500
500
flash-dfu : $(BUILD ) /$(MERGED_FILE ) .zip
501
501
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyACM0)
502
502
$(NRFUTIL ) --verbose dfu serial --package $< -p $(SERIAL ) -b 115200 --singlebank --touch 1200
503
-
503
+
504
504
# flash skip crc magic ( app valid = 0x0001, crc = 0x0000 )
505
505
# flash-skip-crc:
506
506
# nrfjprog --memwr $(BOOT_SETTING_ADDR) --val 0x00000001 -f nrf52
You can’t perform that action at this time.
0 commit comments