cpu*: fix doxygen grouping
This commit is contained in:
parent
4133908fe0
commit
938677cc83
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_cc2538
|
* @ingroup cpu_cc2538
|
||||||
* @ingroup drivers_periph_hwng
|
* @ingroup drivers_periph_hwrng
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_cc26x0_i2c_definitions
|
* @ingroup cpu_cc26x0_definitions
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_cc26x0_ioc_definitions
|
* @ingroup cpu_cc26x0_definitions
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
* ************************************************************************************************/
|
* ************************************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cc430
|
* @ingroup cpu_cc430
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup cc430 TI CC430
|
* @defgroup cpu_cc430 TI CC430
|
||||||
* @brief Texas Instruments CC430 specific code
|
* @brief Texas Instruments CC430 specific code
|
||||||
* @ingroup cpu
|
* @ingroup cpu
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -16,7 +16,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cc430
|
* @ingroup cpu_cc430
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cc430
|
* @ingroup cpu_cc430
|
||||||
* @ingroup drivers_periph_rtc
|
* @ingroup drivers_periph_rtc
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cc430
|
* @ingroup cpu_cc430
|
||||||
* @ingroup drivers_periph_timer
|
* @ingroup drivers_periph_timer
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cortex-m_common
|
* @ingroup cpu_cortexm_common
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup cpu_efm32 Silicon Labs EFM32/EFR32/EZR32
|
* @defgroup cpu_efm32 Silicon Labs EFM32/EFR32/EZR32
|
||||||
* @ingroup cpu
|
* @ingroup cpu
|
||||||
* @brief Implementation of Silicon Labs's EFM32/EFR32/EZR32 MCUs
|
* @brief Silicon Labs's EFM32/EFR32/EZR32 MCUs implementation
|
||||||
*
|
*
|
||||||
* This module contains all code and definitions for the Silicon Labs
|
* This module contains all code and definitions for the Silicon Labs
|
||||||
* EFM32/EFR32/EZR32 MCUs. It uses the Gecko SDK (vendor library) for the
|
* EFM32/EFR32/EZR32 MCUs. It uses the Gecko SDK (vendor library) for the
|
||||||
@ -64,3 +64,39 @@
|
|||||||
* The EFM32/EFR32/EZR32 MCUs have support for low-power peripherals. Support
|
* The EFM32/EFR32/EZR32 MCUs have support for low-power peripherals. Support
|
||||||
* is enabled by default, but can be disabled by setting LOW_POWER_ENABLED=0.
|
* is enabled by default, but can be disabled by setting LOW_POWER_ENABLED=0.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efm32gg Silicon Labs EFM32GG family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFM32GG MCUs family implementation
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efm32lg Silicon Labs EFM32LG family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFM32LG MCUs family implementation
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efm32pg1b Silicon Labs EFM32PG1B family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFM32PG1B MCUs family implementation
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efm32pg12b Silicon Labs EFM32PG12B family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFM32PG12B MCUs family implementation
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efr32mg1p Silicon Labs EFR32MG1P family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFR32MG1P MCUs family implementation
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup cpu_efr32mg12p Silicon Labs EFR32MG12P family
|
||||||
|
* @ingroup cpu_efm32
|
||||||
|
* @brief Silicon Labs's EFR32MG12P MCUs family implementation
|
||||||
|
*/
|
||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_k22f
|
* @ingroup cpu_kinetis
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_kinetis
|
* @ingroup cpu_kinetis
|
||||||
* @ingroup drivers_periph_hwng
|
* @ingroup drivers_periph_hwrng
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_kinetis_commo
|
* @ingroup cpu_kinetis
|
||||||
* @ingroup drivers_periph_i2c
|
* @ingroup drivers_periph_i2c
|
||||||
*
|
*
|
||||||
* @note This driver only implements the 7-bit addressing master mode.
|
* @note This driver only implements the 7-bit addressing master mode.
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_kinetis
|
* @ingroup cpu_kinetis
|
||||||
* @ingroup drivers_periph_mcg
|
* @ingroup cpu_kinetis_mcg
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_kinetis
|
* @ingroup cpu_kinetis
|
||||||
* @ingroup drivers_periph_watchdog
|
* @ingroup cpu_kinetis_wdog
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup lpc2387
|
* @ingroup cpu_lpc2387
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup lpc2387_intro LPC2387 Introduction
|
* @defgroup lpc2387_intro LPC2387 Introduction
|
||||||
* @ingroup lpc2387
|
* @ingroup cpu_lpc2387
|
||||||
|
|
||||||
<h2>First steps</h2>
|
<h2>First steps</h2>
|
||||||
\li See the manual for toolchain and ide setup
|
\li See the manual for toolchain and ide setup
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
#define CPU_H
|
#define CPU_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lpc2387 NXP LPC2387
|
* @defgroup cpu_lpc2387 NXP LPC2387
|
||||||
* @ingroup cpu
|
* @ingroup cpu
|
||||||
* @brief NXP LPC2387 specific code
|
* @brief NXP LPC2387 specific code
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
@ -15,8 +15,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup conf
|
* @ingroup cpu_lpc2387
|
||||||
* @ingroup lpc2387
|
|
||||||
*
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup lpc2387
|
* @ingroup cpu_lpc2387
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_mips32r2_commom
|
* @defgroup cpu_mips32r2_common Imagination Technologies MIPS32R2 Common
|
||||||
|
* @ingroup cpu
|
||||||
|
* @brief Imagination Technologies MIPS32R2 Common implementation
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup sys_newlib
|
* @ingroup sys_newlib
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,9 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup cpu_mips32r2_generic Imagination Technologies MIPS32R2 Common
|
* @defgroup cpu_mips32r2_generic Imagination Technologies MIPS32R2 generic
|
||||||
* @ingroup cpu
|
* @ingroup cpu
|
||||||
* @brief Imagination Technologies MIPS32R2 common
|
* @brief Imagination Technologies MIPS32R2 generic
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_msp430fxyz
|
* @defgroup cpu_msp430fxyz TI MSP430F
|
||||||
|
* @ingroup cpu
|
||||||
|
* @brief Texas Instruments MSP430F family specific code
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_nrf51822
|
* @ingroup cpu_nrf51
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_nrf51822
|
* @defgroup cpu_nrf51 Nordic nRF51 MCU
|
||||||
|
* @ingroup cpu
|
||||||
|
* @brief Nordic nRF51 family of CPUs
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_nrf51822
|
* @ingroup cpu_nrf51
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_nrf52
|
* @defgroup cpu_nrf52 Nordic nRF52 MCU
|
||||||
|
* @ingroup cpu
|
||||||
|
* @brief Nordic nRF52 family of CPUs
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup cpu_sam3x8e
|
* @ingroup cpu_sam3
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup cpu_sam3x8e
|
* @addtogroup cpu_sam3
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user