diff --git a/cpu/stm32_common/periph/dac.c b/cpu/stm32_common/periph/dac.c index fc78dca322..52059e5985 100644 --- a/cpu/stm32_common/periph/dac.c +++ b/cpu/stm32_common/periph/dac.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_dac * @{ * diff --git a/cpu/stm32_common/periph/gpio.c b/cpu/stm32_common/periph/gpio.c index 4c47568f24..aa3be9d06a 100644 --- a/cpu/stm32_common/periph/gpio.c +++ b/cpu/stm32_common/periph/gpio.c @@ -10,7 +10,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_gpio * @{ * diff --git a/cpu/stm32_common/periph/hwrng.c b/cpu/stm32_common/periph/hwrng.c index 63b97bc12c..fafb36ebec 100644 --- a/cpu/stm32_common/periph/hwrng.c +++ b/cpu/stm32_common/periph/hwrng.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_hwrng * @{ * diff --git a/cpu/stm32_common/periph/pm.c b/cpu/stm32_common/periph/pm.c index 0aa0328485..d2ad70fcf6 100644 --- a/cpu/stm32_common/periph/pm.c +++ b/cpu/stm32_common/periph/pm.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_pm * @{ * diff --git a/cpu/stm32_common/periph/pwm.c b/cpu/stm32_common/periph/pwm.c index cd0f3ddd88..6cd503848d 100644 --- a/cpu/stm32_common/periph/pwm.c +++ b/cpu/stm32_common/periph/pwm.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_pwm * @{ * diff --git a/cpu/stm32_common/periph/rtt_lptim.c b/cpu/stm32_common/periph/rtt_lptim.c index ce6e250b85..5c1553830c 100644 --- a/cpu/stm32_common/periph/rtt_lptim.c +++ b/cpu/stm32_common/periph/rtt_lptim.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_rtt * @{ * diff --git a/cpu/stm32_common/periph/spi.c b/cpu/stm32_common/periph/spi.c index 65b08f7508..a1442fac54 100644 --- a/cpu/stm32_common/periph/spi.c +++ b/cpu/stm32_common/periph/spi.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_spi * @{ * diff --git a/cpu/stm32_common/periph/timer.c b/cpu/stm32_common/periph/timer.c index 0cbcfe2584..b7e5f18880 100644 --- a/cpu/stm32_common/periph/timer.c +++ b/cpu/stm32_common/periph/timer.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_timer * @{ * diff --git a/cpu/stm32_common/periph/uart.c b/cpu/stm32_common/periph/uart.c index b6fed78eb9..2c75b6a1b7 100644 --- a/cpu/stm32_common/periph/uart.c +++ b/cpu/stm32_common/periph/uart.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32_common * @ingroup drivers_periph_uart * @{ *