fix dfu example build
This commit is contained in:
@@ -126,6 +126,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_ebss = . ;
|
||||
_ezero = .;
|
||||
end = .;
|
||||
} > ram
|
||||
|
||||
/* stack section */
|
||||
|
||||
@@ -6,7 +6,6 @@ LD_FILE = $(BOARD_PATH)/samd11d14am_flash.ld
|
||||
# For flash-jlink target
|
||||
JLINK_DEVICE = ATSAMD11D14
|
||||
|
||||
|
||||
# flash using edbg
|
||||
flash: $(BUILD)/$(PROJECT).bin
|
||||
edbg -b -t samd11 -e -pv -f $<
|
||||
|
||||
@@ -126,6 +126,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
_ebss = . ;
|
||||
_ezero = .;
|
||||
end = .;
|
||||
} > ram
|
||||
|
||||
/* stack section */
|
||||
|
||||
Reference in New Issue
Block a user