You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## 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)" |
|
|
|
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include |
|
|
|
USEMODULE += chronos-drivers
|
|
|