1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/sam0: add missing doxygen group definition + cleanup

This commit is contained in:
Alexandre Abadie 2017-08-24 14:52:15 +02:00
parent d2938a3a34
commit 24a1aacca2
7 changed files with 30 additions and 0 deletions

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
* @brief Implementation specific CPU configuration options
* @{
*
* @file

View File

@ -8,6 +8,7 @@
/**
* @ingroup cpu_sam0_common
* @brief Common CPU specific definitions for all SAMx21 based CPUs
* @{
*
* @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
* @brief CPU specific definitions for internal peripheral handling
* @{
*
* @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
* @brief CPU specific definitions for internal peripheral handling
* @{
*
* @file