contiki/examples/cc2538-common
Benoît Thébaudeau ab1491be69 CC2538: Use CMSIS-CORE
Switch to CMSIS-CORE and remove the duplicate code.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-11-24 22:30:26 +01:00
..
crypto
mqtt-demo Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
pka
Makefile
Makefile.target
project-conf.h
README.md
test-pwm.c CC2538: Use CMSIS-CORE 2016-11-24 22:30:26 +01:00
timer-test.c

README file for CC2538 common examples

The cc2538-commmon groups examples common to all cc2538-based platforms. The examples in this folder are known to work on:

  • cc2538dk (default)
  • zoul

To change the default target at compilation time you can add the following:

make TARGET=zoul

Or to define the default platform permanently:

make TARGET=zoul savetarget

This will create a Makefile.target file with the TARGET predefined.