mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3f145413f5
* Remove '-Oihex' and '-Obinary' from OFLAGS for all boards It is now provided by the Makefile.include rule.
12 lines
248 B
Makefile
12 lines
248 B
Makefile
## the cpu to build for
|
|
export CPU = cc430
|
|
export CPU_MODEL = cc430f6137
|
|
|
|
# flasher configuration
|
|
export FLASHER = mspdebug
|
|
export FFLAGS = rf2500 "prog $(HEXFILE)"
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
|
|
|
|
USEMODULE += chronos-drivers
|