2018-05-28 11:17:01 +00:00
|
|
|
################################################################################
|
|
|
|
# SimpleLink Device makefile
|
|
|
|
|
|
|
|
SUBFAMILY = cc13x0-cc26x0
|
|
|
|
DEVICE_FAMILY = CC26X0
|
2018-05-31 15:17:07 +00:00
|
|
|
DEVICE_LINE = CC26XX
|
2018-05-28 11:17:01 +00:00
|
|
|
|
2018-05-31 15:17:07 +00:00
|
|
|
BOARD_SOURCEFILES += CC2650_LAUNCHXL.c CC2650_LAUNCHXL_fxns.c
|
2018-05-28 11:17:01 +00:00
|
|
|
|
2018-07-06 16:23:43 +00:00
|
|
|
SUPPORTS_PROP_MODE = 0
|
|
|
|
SUPPORTS_IEEE_MODE = 1
|
|
|
|
SUPPORTS_BLE_BEACON = 1
|
2018-05-28 11:17:01 +00:00
|
|
|
|
2018-05-30 10:21:54 +00:00
|
|
|
SUPPORTS_HIGH_PA = 0
|
|
|
|
|
2018-05-28 11:17:01 +00:00
|
|
|
### Signal that we can be programmed with cc2538-bsl
|
|
|
|
BOARD_SUPPORTS_BSL = 1
|
|
|
|
|
|
|
|
# Include the common board makefile
|
|
|
|
include $(FAMILY_PATH)/launchpad/Makefile.launchpad
|