1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #416 from LudwigOrtmann/chronos_flashing

chronos: fix FFLAGS
This commit is contained in:
Ludwig Ortmann 2013-12-11 10:10:42 -08:00
commit 0f20a3c87f

View File

@ -17,10 +17,7 @@ export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
export LINKFLAGS = -mmcu=$(MCU) -lgcc $(RIOTBASE)/bin/startup.o
export FLASHER = mspdebug
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
export HEXFILE = bin/$(PROJECT).hex
export USEMODULE += msp430_common
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
export FFLAGS = rf2500 "prog $(HEXFILE)"
export OFLAGS = -O ihex