osd-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 Doc for uIPv6 2008-10-14 09:50:32 +00:00
Doxyfile Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
Makefile Doxygen fixes 2014-12-02 12:39:16 +01:00
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 Remove stray character which was being interpreted as a list item outside a list 2015-02-15 20:11:09 +01:00
code-style.c Added a note about the Contiki code style GNU Indent script 2012-10-28 11:23:58 -04:00
code-style.txt Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
contiki-mainpage.txt Remove references to the ESB platform 2015-02-15 20:11:09 +01:00
cpu.txt [doc] Fixed and simplified doc/cpu.txt 2014-11-10 23:53:33 +01:00
dev.txt Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
example-list.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
example-pollhandler.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
example-program.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
example-psock-client.c Make the Protosockets examples possible to compile. 2014-09-05 16:25:25 +02:00
example-psock-server.c Make the Protosockets examples possible to compile. 2014-09-05 16:25:25 +02:00
examples.txt Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex. 2015-04-01 21:33:02 +02:00
lib.txt Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
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 Remove obsolete/unused doxygen group 2015-02-16 10:17:57 +01:00
pt-doc.txt [doc] fixed some minor typos 2014-11-10 23:53:31 +01:00
ravenusbstick-docs.txt Doc for uIPv6 2008-10-14 09:50:32 +00:00
rime-doc.txt Added Rime documentation from the Rime/Chameleon paper (SenSys 2007) 2009-03-07 11:15:46 +00:00
sicslowmac-doc.txt Doc for uIPv6 2008-10-14 09:50:32 +00:00
sicslowpan-doc.txt Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories. 2012-02-21 08:33:25 -05:00
sys.txt Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
tutorial-raven.txt Remove siclowpan compressions define in platforms 2015-03-24 11:40:32 +01:00
tutorials.txt Doc for uIPv6 2008-10-14 09:50:32 +00:00
uip-doc.txt [doc] fixed some minor typos 2014-11-10 23:53:31 +01:00
uip6-doc.txt Remove unused UIP_CONF_ND6_ defines in platforms 2015-03-24 13:09:29 +01:00