osd-contiki/examples/cc2538-common
Ralf Schlatterbeck 7d63a0f487 Merge branch 'osd' into ico
Conflicts resolved:
	core/net/mac/contikimac/contikimac.c
2016-06-30 09:28:54 +02:00
..
crypto Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
mqtt-demo Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
pka Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
sniffer Channel check interval is clock_time_t 2016-05-07 11:46:27 +02:00
Makefile Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
Makefile.target Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
project-conf.h Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
README.md Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
test-pwm.c Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00
timer-test.c Unified cc2538 examples into single cc2538-common placeholder 2016-02-04 17:26:11 +01:00

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.