Merge pull request #7508 from aabadie/cpu_samd21_doc

cpu: fix missing doxygen group definitions + cleanup
This commit is contained in:
Martine Lenders 2017-08-24 16:37:02 +02:00 committed by GitHub
commit 952682b32c
10 changed files with 44 additions and 3 deletions

View File

@ -11,11 +11,11 @@
/** /**
* @defgroup cpu_mips_pic32mx MIPS PIC32MX * @defgroup cpu_mips_pic32mx MIPS PIC32MX
* @ingroup cpu * @ingroup cpu
* @brief main CPU definitions for pic32mx devices. * @brief CPU definitions for pic32mx devices.
* @{ * @{
* *
* @file * @file
* @brief main CPU definitions for pic32mx devices. * @brief CPU definitions for pic32mx devices.
* *
* @author Neil Jones <neil.jones@imgtec.com> * @author Neil Jones <neil.jones@imgtec.com>
*/ */

View File

@ -11,10 +11,11 @@
/** /**
* @defgroup cpu_mips_pic32mz MIPS PIC32MZ * @defgroup cpu_mips_pic32mz MIPS PIC32MZ
* @ingroup cpu * @ingroup cpu
* @brief CPU definitions for pic32mz devices.
* @{ * @{
* *
* @file * @file
* @brief main CPU definitions for pic32mz devices. * @brief CPU definitions for pic32mz devices.
* *
* @author Neil Jones <neil.jones@imgtec.com> * @author Neil Jones <neil.jones@imgtec.com>
*/ */

8
cpu/sam0_common/doc.txt Normal file
View File

@ -0,0 +1,8 @@
/**
* @defgroup cpu_sam0_common Atmel SAM0 common
* @ingroup cpu
* @brief Atmel SAM0 common
*
* This module contains all common code and definition to all Atmel SAM0 cpu
* families supported by RIOT: @ref cpu_samd21, @ref cpu_saml21.
*/

View File

@ -8,6 +8,7 @@
/** /**
* @ingroup cpu_sam0_common * @ingroup cpu_sam0_common
* @brief Implementation specific CPU configuration options
* @{ * @{
* *
* @file * @file

View File

@ -8,6 +8,7 @@
/** /**
* @ingroup cpu_sam0_common * @ingroup cpu_sam0_common
* @brief Common CPU specific definitions for all SAMx21 based CPUs
* @{ * @{
* *
* @file * @file

9
cpu/samd21/doc.txt Normal file
View File

@ -0,0 +1,9 @@
/**
* @defgroup cpu_samd21 Atmel SAMD21
* @ingroup cpu
* @brief Atmel SAMD21 Cortex-M0 MCU specific implementation.
*
* This module contains Atmel SAMD21 specific code and definition.
*
* @see cpu_sam0_common
*/

View File

@ -8,6 +8,7 @@
/** /**
* @ingroup cpu_samd21 * @ingroup cpu_samd21
* @brief CPU specific definitions for internal peripheral handling
* @{ * @{
* *
* @file * @file

9
cpu/saml21/doc.txt Normal file
View File

@ -0,0 +1,9 @@
/**
* @defgroup cpu_saml21 Atmel SAML21
* @ingroup cpu
* @brief Atmel SAML21 Cortex-M0 MCU specific implementation.
*
* This module contains Atmel SAML21 specific code and definition.
*
* @see cpu_sam0_common
*/

View File

@ -8,6 +8,7 @@
/** /**
* @ingroup cpu_saml21 * @ingroup cpu_saml21
* @brief CPU specific definitions for internal peripheral handling
* @{ * @{
* *
* @file * @file

10
cpu/stm32_common/doc.txt Normal file
View File

@ -0,0 +1,10 @@
/**
* @defgroup cpu_stm32_common STM32 common
* @ingroup cpu
* @brief STM32 common code and definitions
*
* This module contains all common code and definition to all STM32 cpu
* families supported by RIOT: @ref cpu_stm32f0, @ref cpu_stm32l0,
* @ref cpu_stm32f1, @ref cpu_stm32f2, @ref cpu_stm32f3, @ref cpu_stm32f4,
* @ref cpu_stm32l4, @ref cpu_stm32f7.
*/