From 8c623fa82f3e8634935edf1a653da99550fb288d Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Thu, 21 Aug 2025 14:44:31 +0200 Subject: [PATCH] cpu: rename doc.txt -> doc.md for SAM cpu --- cpu/sam0_common/doc.md | 6 ++++++ cpu/sam0_common/doc.txt | 8 -------- cpu/sam3/doc.md | 7 +++++++ cpu/sam3/doc.txt | 9 --------- cpu/sam4s/doc.md | 7 +++++++ cpu/sam4s/doc.txt | 9 --------- cpu/sam_common/doc.md | 6 ++++++ cpu/sam_common/doc.txt | 8 -------- cpu/samd21/doc.md | 7 +++++++ cpu/samd21/doc.txt | 9 --------- cpu/samd5x/doc.md | 7 +++++++ cpu/samd5x/doc.txt | 9 --------- cpu/saml1x/doc.md | 7 +++++++ cpu/saml1x/doc.txt | 9 --------- cpu/saml21/doc.md | 7 +++++++ cpu/saml21/doc.txt | 9 --------- 16 files changed, 54 insertions(+), 70 deletions(-) create mode 100644 cpu/sam0_common/doc.md delete mode 100644 cpu/sam0_common/doc.txt create mode 100644 cpu/sam3/doc.md delete mode 100644 cpu/sam3/doc.txt create mode 100644 cpu/sam4s/doc.md delete mode 100644 cpu/sam4s/doc.txt create mode 100644 cpu/sam_common/doc.md delete mode 100644 cpu/sam_common/doc.txt create mode 100644 cpu/samd21/doc.md delete mode 100644 cpu/samd21/doc.txt create mode 100644 cpu/samd5x/doc.md delete mode 100644 cpu/samd5x/doc.txt create mode 100644 cpu/saml1x/doc.md delete mode 100644 cpu/saml1x/doc.txt create mode 100644 cpu/saml21/doc.md delete mode 100644 cpu/saml21/doc.txt diff --git a/cpu/sam0_common/doc.md b/cpu/sam0_common/doc.md new file mode 100644 index 0000000000..0e3be6a12f --- /dev/null +++ b/cpu/sam0_common/doc.md @@ -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. diff --git a/cpu/sam0_common/doc.txt b/cpu/sam0_common/doc.txt deleted file mode 100644 index c4d67e31b8..0000000000 --- a/cpu/sam0_common/doc.txt +++ /dev/null @@ -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. - */ diff --git a/cpu/sam3/doc.md b/cpu/sam3/doc.md new file mode 100644 index 0000000000..451788c4c9 --- /dev/null +++ b/cpu/sam3/doc.md @@ -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 diff --git a/cpu/sam3/doc.txt b/cpu/sam3/doc.txt deleted file mode 100644 index f6a9bb9f15..0000000000 --- a/cpu/sam3/doc.txt +++ /dev/null @@ -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 - */ diff --git a/cpu/sam4s/doc.md b/cpu/sam4s/doc.md new file mode 100644 index 0000000000..c5386f9cdc --- /dev/null +++ b/cpu/sam4s/doc.md @@ -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 diff --git a/cpu/sam4s/doc.txt b/cpu/sam4s/doc.txt deleted file mode 100644 index 1507ff1889..0000000000 --- a/cpu/sam4s/doc.txt +++ /dev/null @@ -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 - */ diff --git a/cpu/sam_common/doc.md b/cpu/sam_common/doc.md new file mode 100644 index 0000000000..5675be6193 --- /dev/null +++ b/cpu/sam_common/doc.md @@ -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. diff --git a/cpu/sam_common/doc.txt b/cpu/sam_common/doc.txt deleted file mode 100644 index 1bf6602e97..0000000000 --- a/cpu/sam_common/doc.txt +++ /dev/null @@ -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. - */ diff --git a/cpu/samd21/doc.md b/cpu/samd21/doc.md new file mode 100644 index 0000000000..cda7215241 --- /dev/null +++ b/cpu/samd21/doc.md @@ -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 diff --git a/cpu/samd21/doc.txt b/cpu/samd21/doc.txt deleted file mode 100644 index 1c8b006dee..0000000000 --- a/cpu/samd21/doc.txt +++ /dev/null @@ -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 - */ diff --git a/cpu/samd5x/doc.md b/cpu/samd5x/doc.md new file mode 100644 index 0000000000..9d6991dfd3 --- /dev/null +++ b/cpu/samd5x/doc.md @@ -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 diff --git a/cpu/samd5x/doc.txt b/cpu/samd5x/doc.txt deleted file mode 100644 index 452cc8b73a..0000000000 --- a/cpu/samd5x/doc.txt +++ /dev/null @@ -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 - */ diff --git a/cpu/saml1x/doc.md b/cpu/saml1x/doc.md new file mode 100644 index 0000000000..13933eabec --- /dev/null +++ b/cpu/saml1x/doc.md @@ -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 diff --git a/cpu/saml1x/doc.txt b/cpu/saml1x/doc.txt deleted file mode 100644 index 9abaf68470..0000000000 --- a/cpu/saml1x/doc.txt +++ /dev/null @@ -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 - */ diff --git a/cpu/saml21/doc.md b/cpu/saml21/doc.md new file mode 100644 index 0000000000..9f829d3576 --- /dev/null +++ b/cpu/saml21/doc.md @@ -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 diff --git a/cpu/saml21/doc.txt b/cpu/saml21/doc.txt deleted file mode 100644 index 49df961fc2..0000000000 --- a/cpu/saml21/doc.txt +++ /dev/null @@ -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 - */ \ No newline at end of file