nes-proj/examples/platform-specific/cc2538-common
George Oikonomou 22b4a40dd6 Cross-platform MQTT client example 2018-03-23 22:35:28 +00:00
..
crypto Update Makefiles to be compatible with the new build system and restrict them to specific platforms where needed 2018-03-09 16:29:06 +00:00
pka Update Makefiles to be compatible with the new build system and restrict them to specific platforms where needed 2018-03-09 16:29:06 +00:00
Makefile Update Makefiles to be compatible with the new build system and restrict them to specific platforms where needed 2018-03-09 16:29:06 +00:00
Makefile.target Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
README.md Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
test-pwm.c Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
test-uart.c Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00
timer-test.c Re-arrange examples, in particular, move platform-specific examples to examples/platform-specific 2017-05-16 17:47:57 +02:00

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.