mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6538d71ed0
Update to use FLASHFILE as file to be flashed on the board. IOTLAB_FLASHFILE also uses 'FLASHFILE' (and not the default 'ELFFILE').
13 lines
260 B
Makefile
13 lines
260 B
Makefile
## the cpu to build for
|
|
export CPU = cc430
|
|
export CPU_MODEL = cc430f6137
|
|
|
|
# flasher configuration
|
|
FLASHFILE ?= $(HEXFILE)
|
|
FLASHER = mspdebug
|
|
FFLAGS = rf2500 "prog $(FLASHFILE)"
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
|
|
|
|
USEMODULE += chronos-drivers
|