e7d7ee3962
launchpad and ext-flash implementation
9 lines
199 B
Makefile
9 lines
199 B
Makefile
CFLAGS += -DBOARD_LAUNCHPAD=1
|
|
|
|
CONTIKI_TARGET_DIRS += launchpad common
|
|
|
|
BOARD_SOURCEFILES += board.c board-buttons.c xmem.c
|
|
|
|
### Signal that we can be programmed with cc2538-bsl
|
|
BOARD_SUPPORTS_BSL=1
|