ee0b02c819
Add CC13xx/CC26xx AUX controller module, ADC support, ALS driver and example
10 lines
245 B
Makefile
10 lines
245 B
Makefile
CFLAGS += -DBOARD_SMARTRF06EB=1
|
|
|
|
CONTIKI_TARGET_DIRS += srf06
|
|
|
|
BOARD_SOURCEFILES += leds-arch.c srf06-sensors.c button-sensor.c board.c
|
|
BOARD_SOURCEFILES += als-sensor.c
|
|
|
|
### Signal that we can be programmed with cc2538-bsl
|
|
BOARD_SUPPORTS_BSL=1
|