Extend documentation to include the CC1310 LaunchPad
This commit is contained in:
parent
099a933c90
commit
06f4463996
|
@ -8,6 +8,7 @@ platform supports two different boards:
|
||||||
(relevant files and drivers are under `srf06/`)
|
(relevant files and drivers are under `srf06/`)
|
||||||
* CC2650 SensorTag 2.0 (relevant drivers under `sensortag/cc2650`)
|
* CC2650 SensorTag 2.0 (relevant drivers under `sensortag/cc2650`)
|
||||||
* CC2650 LaunchPad (relevant drivers under `launchpad/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 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
|
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
|
* OPT3001 sensor
|
||||||
* Buzzer
|
* Buzzer
|
||||||
* External SPI flash
|
* External SPI flash
|
||||||
* Launchpad
|
* LaunchPads
|
||||||
* LEDs
|
* LEDs
|
||||||
* Buttons
|
* Buttons
|
||||||
* External SPI flash
|
* External SPI flash
|
||||||
|
@ -99,6 +100,7 @@ Other options for the `BOARD` make variable are:
|
||||||
* Srf06+CC13xxEM: Set `BOARD=srf06/cc13xx`
|
* Srf06+CC13xxEM: Set `BOARD=srf06/cc13xx`
|
||||||
* CC2650 tag: Set `BOARD=sensortag/cc2650`
|
* CC2650 tag: Set `BOARD=sensortag/cc2650`
|
||||||
* CC2650 Launchpad: Set `BOARD=launchpad/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.
|
If the `BOARD` variable is unspecified, an image for the Srf06 CC26XXEM will be built.
|
||||||
|
|
||||||
|
|
|
@ -32,13 +32,14 @@
|
||||||
* \addtogroup cc26xx-platforms
|
* \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:
|
* 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 CC26xx EM mounted on it
|
||||||
* - A standard TI SmartRF06EB with a CC1310 EM mounted on it
|
* - A standard TI SmartRF06EB with a CC1310 EM mounted on it
|
||||||
* - The new TI SensorTag2.0
|
* - The new TI SensorTag2.0
|
||||||
* - The TI CC2650 LaunchPad
|
* - The TI CC2650 LaunchPad
|
||||||
|
* - The TI CC1310 LaunchPad
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#include "ti-lib.h"
|
#include "ti-lib.h"
|
||||||
|
|
Loading…
Reference in a new issue