Create doxygen groups for CPUs

* CC2538
* CC13xx-CC26xx
* nrf52832
This commit is contained in:
George Oikonomou 2017-12-02 22:54:39 +00:00
parent 9df8b9aee5
commit f25318b60d
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/**
* \defgroup cc2538 The TI CC2538 System-on-Chip
*
* CPU-Specific functionality - available to all cc2538-based platforms
*
* \ingroup cpu
*/
/**
* \defgroup cc2538-platforms TI CC2538-powered platforms
*
* Documentation for all platforms powered by the TI cc2538 System-on-Chip
* \ingroup platform
*/

View File

@ -0,0 +1,16 @@
/**
* \defgroup cc26xx The TI CC13xx and CC26xx Systems-on-Chip
*
* This group documents the TI CC26xx and CC13xx CPUs. The two CPU families are
* very similar, with the main difference being related to radio capability.
*
* Documentation in this group should be considered to be applicable to both
* families, unless explicitly stated otherwise.
*
* \ingroup cpu
*/
/**
* \defgroup cc26xx-platforms TI CC26xx-powered platforms
* \ingroup platform
*/

View File

@ -0,0 +1,4 @@
/**
* \defgroup nrf52832 nrf52832 SoC
* \ingroup cpu
*/