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:
parent
d2938a3a34
commit
24a1aacca2
8
cpu/sam0_common/doc.txt
Normal file
8
cpu/sam0_common/doc.txt
Normal 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.
|
||||
*/
|
@ -8,6 +8,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_sam0_common
|
||||
* @brief Implementation specific CPU configuration options
|
||||
* @{
|
||||
*
|
||||
* @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
9
cpu/samd21/doc.txt
Normal 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
|
||||
*/
|
@ -8,6 +8,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_samd21
|
||||
* @brief CPU specific definitions for internal peripheral handling
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
9
cpu/saml21/doc.txt
Normal file
9
cpu/saml21/doc.txt
Normal 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
|
||||
*/
|
@ -8,6 +8,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_saml21
|
||||
* @brief CPU specific definitions for internal peripheral handling
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user