1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/chronos/Makefile.include
2015-09-16 18:05:32 +02:00

12 lines
273 B
Makefile

## the cpu to build for
export CPU = cc430
export CPU_MODEL = cc430f6137
# flasher configuration
export OFLAGS = -O ihex
export FLASHER = mspdebug
export FFLAGS = rf2500 "prog $(HEXFILE)"
# include msp430 base makefile
include $(RIOTBOARD)/Makefile.include.msp430_common