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
8 lines
197 B
Makefile
8 lines
197 B
Makefile
### Will allow the inclusion of the correct CPU makefile
|
|
CPU_FAMILY = cc26xx
|
|
|
|
### Include the common makefile
|
|
include $(PLATFORM_ROOT_DIR)/srf06/Makefile.srf06
|
|
|
|
CONTIKI_TARGET_DIRS += srf06/cc26xx
|