mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 10:12:45 +01:00
12 lines
273 B
Makefile
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
|