nes-proj/examples/cc2538-common
Antonio Lignan 5e7acd4dc2 Merge pull request #1643 from akshaypm/zoul-uart-example
Zoul UART example
2016-12-01 11:42:44 +01:00
..
crypto
mqtt-demo
pka
Makefile cc2538 uart example 2016-12-01 12:45:10 +05:30
Makefile.target
README.md
project-conf.h
test-pwm.c CC2538: Use CMSIS-CORE 2016-11-24 22:30:26 +01:00
test-uart.c cc2538 uart example 2016-12-01 12:45:10 +05:30
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.