nes-proj/examples/platform-specific/cc2538-common
Simon Duquennoy 0f92c6ebfd Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
..
crypto
mqtt-demo Include contiki.h instead of contiki-conf.h so as to ensure consistent inclusion of contiki-default-conf.h 2017-09-08 14:20:59 +02:00
pka
Makefile Fix cc2538-common example makefile 2017-05-17 15:09:07 +02:00
Makefile.target
README.md
test-pwm.c
test-uart.c
timer-test.c

README.md

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.