nes-proj/arch/platform/simplelink/cc13xx-cc26xx/launchpad/cc1352p1/Makefile.cc1352p1

22 lines
539 B
Makefile
Raw Normal View History

################################################################################
# SimpleLink Device makefile
2018-07-17 16:01:49 +00:00
SUBFAMILY = cc13x2-cc26x2
DEVICE_FAMILY = CC13X2
2018-07-17 16:01:49 +00:00
DEVICE_LINE = CC13XX
DEVICE = CC1352P
BOARD_SOURCEFILES += CC1352P1_LAUNCHXL.c CC1352P1_LAUNCHXL_fxns.c
2018-07-06 16:23:43 +00:00
SUPPORTS_PROP_MODE = 1
SUPPORTS_IEEE_MODE = 1
SUPPORTS_BLE_BEACON = 1
2018-05-30 10:21:54 +00:00
SUPPORTS_HIGH_PA = 1
### Signal that we can be programmed with cc2538-bsl
BOARD_SUPPORTS_BSL = 0
# Include the common board makefile
include $(FAMILY_PATH)/launchpad/Makefile.launchpad