nes-proj/arch/platform/simplelink/cc13xx-cc26xx/launchpad/cc1350-4/Makefile.cc1350-4
Edvard Pettersen 02b812a631 [Feature]: Simplelink Platform for Simplelink SDK
Working Simplelink platform with the following Simplelink SDK's:
* CC13x0 SDK
* CC13x2 SDK
* CC26x2 SDK

Is also compatible with Code Composer Studio (XDCTools)
2018-08-31 11:04:41 +02:00

17 lines
417 B
Makefile

################################################################################
# SimpleLink Device makefile
SUBFAMILY = cc13x0-cc26x0
DEVICE_FAMILY = CC13X0
BOARD_SOURCEFILES += CC1350_LAUNCHXL_433.c
SUPPORTS_PROP_MODE = 1
SUPPORTS_IEEE_MODE = 1
### Signal that we can be programmed with cc2538-bsl
BOARD_SUPPORTS_BSL = 1
# Include the common board makefile
include $(FAMILY_PATH)/launchpad/Makefile.launchpad