1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 20:13:50 +01:00

cpu: rename doc.txt -> doc.md for SAM cpu

This commit is contained in:
krzysztof-cabaj 2025-08-21 14:44:31 +02:00
parent 978736ab13
commit 8c623fa82f
16 changed files with 54 additions and 70 deletions

6
cpu/sam0_common/doc.md Normal file
View File

@ -0,0 +1,6 @@
@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, @ref cpu_saml1x, @ref cpu_samd5x.

View File

@ -1,8 +0,0 @@
/**
* @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, @ref cpu_saml1x, @ref cpu_samd5x.
*/

7
cpu/sam3/doc.md Normal file
View File

@ -0,0 +1,7 @@
@defgroup cpu_sam3 Atmel SAM3
@ingroup cpu
@brief Atmel SAM3 Cortex-M3 MCU specific implementation.
This module contains Atmel SAM3 specific code and definition.
@see cpu_sam_common

View File

@ -1,9 +0,0 @@
/**
* @defgroup cpu_sam3 Atmel SAM3
* @ingroup cpu
* @brief Atmel SAM3 Cortex-M3 MCU specific implementation.
*
* This module contains Atmel SAM3 specific code and definition.
*
* @see cpu_sam_common
*/

7
cpu/sam4s/doc.md Normal file
View File

@ -0,0 +1,7 @@
@defgroup cpu_sam4s Atmel SAM4S
@ingroup cpu
@brief Atmel SAM4S Cortex-M4 MCU specific implementation.
This module contains Atmel SAM4S specific code and definition.
@see cpu_sam_common

View File

@ -1,9 +0,0 @@
/**
* @defgroup cpu_sam4s Atmel SAM4S
* @ingroup cpu
* @brief Atmel SAM4S Cortex-M4 MCU specific implementation.
*
* This module contains Atmel SAM4S specific code and definition.
*
* @see cpu_sam_common
*/

6
cpu/sam_common/doc.md Normal file
View File

@ -0,0 +1,6 @@
@defgroup cpu_sam_common Atmel SAM common
@ingroup cpu
@brief Atmel SAM common
This module contains all common code and definition to all Atmel SAM cpu
families supported by RIOT: @ref cpu_sam3, and cpu_sam4s.

View File

@ -1,8 +0,0 @@
/**
* @defgroup cpu_sam_common Atmel SAM common
* @ingroup cpu
* @brief Atmel SAM common
*
* This module contains all common code and definition to all Atmel SAM cpu
* families supported by RIOT: @ref cpu_sam3, and cpu_sam4s.
*/

7
cpu/samd21/doc.md Normal file
View File

@ -0,0 +1,7 @@
@defgroup cpu_samd21 Atmel SAMD10/SAMD20/SAMD21/SAMR21
@ingroup cpu
@brief Atmel SAMD1x/SAMD2x Cortex-M0+ MCU specific implementation.
This module contains Atmel SAMD10/SAMD20/SAMD21/SAMR21 specific code and definition.
@see cpu_sam0_common

View File

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

7
cpu/samd5x/doc.md Normal file
View File

@ -0,0 +1,7 @@
@defgroup cpu_samd5x Microchip SAMD5x/SAME5x
@ingroup cpu
@brief Microchip SAMD5x/SAME5x Cortex-M4F MCU specific implementation.
This module contains Microchip SAMD5x/SAME5x specific code and definition.
@see cpu_sam0_common

View File

@ -1,9 +0,0 @@
/**
* @defgroup cpu_samd5x Microchip SAMD5x/SAME5x
* @ingroup cpu
* @brief Microchip SAMD5x/SAME5x Cortex-M4F MCU specific implementation.
*
* This module contains Microchip SAMD5x/SAME5x specific code and definition.
*
* @see cpu_sam0_common
*/

7
cpu/saml1x/doc.md Normal file
View File

@ -0,0 +1,7 @@
@defgroup cpu_saml1x Microchip SAML10/SAML11
@ingroup cpu
@brief Microchip SAML1x Cortex-M23 MCU specific implementation.
This module contains Microchip SAML10/SAML11 specific code and definition.
@see cpu_saml1x

View File

@ -1,9 +0,0 @@
/**
* @defgroup cpu_saml1x Microchip SAML10/SAML11
* @ingroup cpu
* @brief Microchip SAML1x Cortex-M23 MCU specific implementation.
*
* This module contains Microchip SAML10/SAML11 specific code and definition.
*
* @see cpu_saml1x
*/

7
cpu/saml21/doc.md Normal file
View File

@ -0,0 +1,7 @@
@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

@ -1,9 +0,0 @@
/**
* @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
*/