contiki/doc
Jonas Olsson 01e36532c2 Add support for the CC13xx CPU
This commit:

* Moves all cpu files from cpu/cc26xx to cpu/cc26xx-cc13xx
* Bumps the CC26xxware submodule to the latest TI release
* Adds CC13xxware as a submodule
* Adds support for sub-ghz mode / IEEE 802.15.4g
* Splits the driver into multiple files for clarity. We now have the following structure:
  * A common module that handles access to the RF core, interrupts etc
  * A module that takes care of BLE functionality
  * A netstack radio driver for IEEE mode (2.4GHz)
  * A netstack radio driver for PROP mode (sub-ghz - multiple bands)

This commit also adds tick suppression functionality, applicable to all chips of the CC26xx and CC13xx families. Instead waking up on every clock tick simply to increment our software counter, we now only wake up just in time to service the next scheduled etimer. ContikiMAC-triggered wakeups are unaffected.

Laslty, this commit also applies a number of minor changes:
* Addition of missing includes
* Removal of stub functions
* Removal of a woraround for a CC26xxware bug that has now been fixed
2015-08-23 19:54:42 +01:00
..
pics
apps.txt [doc] added base doxygen file for apps and cpu directory to doc/ 2014-11-10 23:53:32 +01:00
build-system.txt
code-style.c
code-style.txt
contiki-mainpage.txt
cpu.txt
dev.txt Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
Doxyfile Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
example-list.c
example-pollhandler.c
example-program.c
example-psock-client.c
example-psock-server.c
examples.txt
lib.txt
Makefile
mem.txt [doc] Memory functions should be listed under 'Libraries' 2014-11-10 23:53:33 +01:00
net.txt Documentation updates 2007-04-01 18:20:41 +00:00
platform.txt
pt-doc.txt
ravenusbstick-docs.txt
rime-doc.txt
sicslowmac-doc.txt
sicslowpan-doc.txt
sys.txt
tutorial-raven.txt
tutorials.txt Doc for uIPv6 2008-10-14 09:50:32 +00:00
uip6-doc.txt
uip-doc.txt [doc] fixed some minor typos 2014-11-10 23:53:31 +01:00