Create doxygen groups for CPUs
* CC2538 * CC13xx-CC26xx * nrf52832
This commit is contained in:
parent
9df8b9aee5
commit
f25318b60d
14
arch/cpu/cc2538/doxygen-group.txt
Normal file
14
arch/cpu/cc2538/doxygen-group.txt
Normal 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
|
||||
*/
|
16
arch/cpu/cc26xx-cc13xx/doxygen-group.txt
Normal file
16
arch/cpu/cc26xx-cc13xx/doxygen-group.txt
Normal 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
|
||||
*/
|
4
arch/cpu/nrf52832/doxygen-group.txt
Normal file
4
arch/cpu/nrf52832/doxygen-group.txt
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* \defgroup nrf52832 nrf52832 SoC
|
||||
* \ingroup cpu
|
||||
*/
|
Loading…
Reference in New Issue
Block a user