Extend documentation to include the CC1310 LaunchPad

This commit is contained in:
George Oikonomou 2016-03-13 13:03:02 +00:00
parent 099a933c90
commit 06f4463996
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,7 @@ platform supports two different boards:
(relevant files and drivers are under `srf06/`)
* CC2650 SensorTag 2.0 (relevant drivers under `sensortag/cc2650`)
* CC2650 LaunchPad (relevant drivers under `launchpad/cc2650`)
* CC1310 LaunchPad (relevant drivers under `launchpad/cc1310`)
The CPU code, common for both platforms, can be found under `$(CONTIKI)/cpu/cc26xx-cc13xx`.
The port was developed and tested with CC2650s, but the intention is for it to
@ -45,7 +46,7 @@ In terms of hardware support, the following drivers have been implemented:
* OPT3001 sensor
* Buzzer
* External SPI flash
* Launchpad
* LaunchPads
* LEDs
* Buttons
* External SPI flash
@ -99,6 +100,7 @@ Other options for the `BOARD` make variable are:
* Srf06+CC13xxEM: Set `BOARD=srf06/cc13xx`
* CC2650 tag: Set `BOARD=sensortag/cc2650`
* CC2650 Launchpad: Set `BOARD=launchpad/cc2650`
* CC1310 Launchpad: Set `BOARD=launchpad/cc1310`
If the `BOARD` variable is unspecified, an image for the Srf06 CC26XXEM will be built.

View File

@ -32,13 +32,14 @@
* \addtogroup cc26xx-platforms
* @{
*
* \defgroup cc26xx-srf-tag SmartRF+CC13xx/CC26xx EM, CC2650 SensorTag and LaunchPad
* \defgroup cc26xx-srf-tag SmartRF+CC13xx/CC26xx EM, CC2650 SensorTag and LaunchPads
*
* This platform supports a number of different boards:
* - A standard TI SmartRF06EB with a CC26xx EM mounted on it
* - A standard TI SmartRF06EB with a CC1310 EM mounted on it
* - The new TI SensorTag2.0
* - The TI CC2650 LaunchPad
* - The TI CC1310 LaunchPad
* @{
*/
#include "ti-lib.h"