44 lines
1.7 KiB
Makefile
44 lines
1.7 KiB
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx \
|
|
platform-specific/cc26xx/very-sleepy-demo/srf06-cc26xx:BOARD=sensortag/cc2650 \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=sensortag/cc2650 \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=sensortag/cc1350 \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=srf06/cc13xx \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=launchpad/cc2650 \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=launchpad/cc1310 \
|
|
platform-specific/cc26xx/cc26xx-web-demo/srf06-cc26xx:BOARD=launchpad/cc1350 \
|
|
platform-specific/cc26xx/very-sleepy-demo/srf06-cc26xx \
|
|
rpl-border-router/srf06-cc26xx:BOARD=launchpad/cc2650 \
|
|
sensniff/srf06-cc26xx \
|
|
sensniff/srf06-cc26xx:BOARD=launchpad/cc1310 \
|
|
6tisch/etsi-plugtest-2017/srf06-cc26xx:BOARD=launchpad/cc2650 \
|
|
storage/cfs-coffee/cc2538dk \
|
|
sensniff/cc2538dk \
|
|
rpl-udp/cc2538dk \
|
|
coap/cc2538dk \
|
|
slip-radio/cc2538dk \
|
|
ipso-objects/cc2538dk \
|
|
multicast/cc2538dk \
|
|
platform-specific/cc2538-common/cc2538dk \
|
|
platform-specific/cc2538-common/mqtt-demo/cc2538dk \
|
|
platform-specific/cc2538-common/crypto/cc2538dk \
|
|
platform-specific/cc2538-common/pka/cc2538dk \
|
|
hello-world/cc2538dk \
|
|
rpl-border-router/cc2538dk \
|
|
rpl-border-router/cc2538dk:MAKE_ROUTING=MAKE_ROUTING_RPL_CLASSIC \
|
|
hello-world/nrf52dk \
|
|
platform-specific/nrf52dk/coap-demo/nrf52dk:coap-server \
|
|
platform-specific/nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_EP=ffff \
|
|
platform-specific/nrf52dk/mqtt-demo/nrf52dk \
|
|
platform-specific/nrf52dk/blink-hello/nrf52dk \
|
|
platform-specific/nrf52dk/timer-test/nrf52dk \
|
|
libs/data-structures/nrf52dk \
|
|
libs/logging/nrf52dk
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|