3d19b0036e
This commit updates the srf06-cc26xx platform by adding support for the CC1310EM. We generalise the way this platform selects CPU/board so that we can easily add more combinations in the future. These changes have implication on how to build for different devices, so make sure to have a look at the updated README
6 lines
136 B
Makefile
6 lines
136 B
Makefile
CFLAGS += -DBOARD_SMARTRF06EB=1
|
|
|
|
CONTIKI_TARGET_DIRS += srf06
|
|
|
|
BOARD_SOURCEFILES += leds-arch.c srf06-sensors.c button-sensor.c board.c
|