1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Reset udoo's MCU before flashing

This commit is contained in:
Kévin Roussel 2014-07-25 16:02:20 +02:00
parent fcd0a8027a
commit 904f313ade

View File

@ -35,7 +35,7 @@ export LINKFLAGS += -g3 -ggdb -std=gnu99 $(CPU_USAGE) $(FPU_USAGE) -mlittle-endi
# linkerscript specified in cpu/Makefile.include
export LINKFLAGS += -T$(LINKERSCRIPT)
export OFLAGS += -O binary
export FFLAGS += -e -w -v -b bin/$(BOARD)/$(APPLICATION).hex
export FFLAGS += -R -e -w -v -b bin/$(BOARD)/$(APPLICATION).hex
# use the nano-specs of the NewLib when available
ifeq ($(shell $(LINK) -specs=nano.specs -E - 2>/dev/null >/dev/null </dev/null ; echo $$?),0)