diff --git a/cpu/stm32/cpu_common.c b/cpu/stm32/cpu_common.c index fbb8363883..a7bab5888a 100644 --- a/cpu/stm32/cpu_common.c +++ b/cpu/stm32/cpu_common.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_cortexm_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/cpu_init.c b/cpu/stm32/cpu_init.c index 101d323461..ebd1b93e1a 100644 --- a/cpu/stm32/cpu_init.c +++ b/cpu/stm32/cpu_init.c @@ -12,7 +12,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/doc.txt b/cpu/stm32/doc.txt index aa4ab82c47..babfbd6961 100644 --- a/cpu/stm32/doc.txt +++ b/cpu/stm32/doc.txt @@ -1,15 +1,13 @@ /** - * @defgroup cpu_stm32_common STM32 common + * @defgroup cpu_stm32 STM32 * @ingroup cpu - * @brief STM32 common code and definitions + * @brief All STM32 families code and definitions * - * This module contains all common code and definition to all STM32 cpu - * families supported by RIOT: @ref cpu_stm32f0, @ref cpu_stm32l0, - * @ref cpu_stm32f1, @ref cpu_stm32f2, @ref cpu_stm32f3, @ref cpu_stm32f4, - * @ref cpu_stm32l4, @ref cpu_stm32f7. + * This module contains all code and definition to all STM32 cpu + * families supported by RIOT: F0, F1, F2, F3, F4, F7, L0, L4 and WB. * * STM32Fx Clock configuration - * ================================= + * =========================== * * stm32fx cpus share clock configuration code and macro. * It can be configured as described here. diff --git a/cpu/stm32/include/candev_stm32.h b/cpu/stm32/include/candev_stm32.h index 8b4a8dc839..0d5afe5a7a 100644 --- a/cpu/stm32/include/candev_stm32.h +++ b/cpu/stm32/include/candev_stm32.h @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_can * @defgroup candev_stm32 STM32 CAN controller * @brief STM32 CAN controller driver (bxCAN) diff --git a/cpu/stm32/include/cpu_conf.h b/cpu/stm32/include/cpu_conf.h index 7f104e6145..ec961c4ed1 100644 --- a/cpu/stm32/include/cpu_conf.h +++ b/cpu/stm32/include/cpu_conf.h @@ -8,9 +8,7 @@ */ /** - * @defgroup cpu_stm32f0 STM32F0 - * @brief STM32F0 specific code - * @ingroup cpu + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/include/cpu_conf_stm32_common.h b/cpu/stm32/include/cpu_conf_stm32_common.h index 388fabaeb9..1231d263e5 100644 --- a/cpu/stm32/include/cpu_conf_stm32_common.h +++ b/cpu/stm32/include/cpu_conf_stm32_common.h @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/include/periph/f0/periph_cpu.h b/cpu/stm32/include/periph/f0/periph_cpu.h index 99978292b2..75b535d740 100644 --- a/cpu/stm32/include/periph/f0/periph_cpu.h +++ b/cpu/stm32/include/periph/f0/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f0 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F0 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen */ diff --git a/cpu/stm32/include/periph/f1/periph_cpu.h b/cpu/stm32/include/periph/f1/periph_cpu.h index 6f3fbe66d5..968baa97ff 100644 --- a/cpu/stm32/include/periph/f1/periph_cpu.h +++ b/cpu/stm32/include/periph/f1/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F1 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen */ diff --git a/cpu/stm32/include/periph/f2/periph_cpu.h b/cpu/stm32/include/periph/f2/periph_cpu.h index d7fb1562c5..4fa45ef3f4 100644 --- a/cpu/stm32/include/periph/f2/periph_cpu.h +++ b/cpu/stm32/include/periph/f2/periph_cpu.h @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32f2 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F2 CPU specific definitions for internal peripheral handling * * @author Nick v. IJzendoorn * @author Aurelien Gonce diff --git a/cpu/stm32/include/periph/f3/periph_cpu.h b/cpu/stm32/include/periph/f3/periph_cpu.h index 68a89ea62a..e1846deff9 100644 --- a/cpu/stm32/include/periph/f3/periph_cpu.h +++ b/cpu/stm32/include/periph/f3/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f3 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F3 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen */ diff --git a/cpu/stm32/include/periph/f4/periph_cpu.h b/cpu/stm32/include/periph/f4/periph_cpu.h index 5a895b9fee..22880b82f5 100644 --- a/cpu/stm32/include/periph/f4/periph_cpu.h +++ b/cpu/stm32/include/periph/f4/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f4 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F4 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen */ diff --git a/cpu/stm32/include/periph/f7/periph_cpu.h b/cpu/stm32/include/periph/f7/periph_cpu.h index 8cad157b65..312ccfba27 100644 --- a/cpu/stm32/include/periph/f7/periph_cpu.h +++ b/cpu/stm32/include/periph/f7/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f7 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32F7 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen * diff --git a/cpu/stm32/include/periph/l0/periph_cpu.h b/cpu/stm32/include/periph/l0/periph_cpu.h index f9b6334838..f2beaa3772 100644 --- a/cpu/stm32/include/periph/l0/periph_cpu.h +++ b/cpu/stm32/include/periph/l0/periph_cpu.h @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32l0 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32L0 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen * @author Alexandre Abadie diff --git a/cpu/stm32/include/periph/l1/periph_cpu.h b/cpu/stm32/include/periph/l1/periph_cpu.h index b4dd0d6b36..0f40b2de75 100644 --- a/cpu/stm32/include/periph/l1/periph_cpu.h +++ b/cpu/stm32/include/periph/l1/periph_cpu.h @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32l1 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32L1 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen * @author Katja Kirstein diff --git a/cpu/stm32/include/periph/l4/periph_cpu.h b/cpu/stm32/include/periph/l4/periph_cpu.h index ae62101601..a146d78925 100644 --- a/cpu/stm32/include/periph/l4/periph_cpu.h +++ b/cpu/stm32/include/periph/l4/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32l4 + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32L4 CPU specific definitions for internal peripheral handling * * @author Hauke Petersen * diff --git a/cpu/stm32/include/periph/wb/periph_cpu.h b/cpu/stm32/include/periph/wb/periph_cpu.h index b26e56199b..0683de290c 100644 --- a/cpu/stm32/include/periph/wb/periph_cpu.h +++ b/cpu/stm32/include/periph/wb/periph_cpu.h @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32wb + * @ingroup cpu_stm32 * @{ * * @file - * @brief CPU specific definitions for internal peripheral handling + * @brief STM32WB CPU specific definitions for internal peripheral handling * * @author Francisco Molina * diff --git a/cpu/stm32/include/periph_cpu.h b/cpu/stm32/include/periph_cpu.h index cb3b773306..7bb539be11 100644 --- a/cpu/stm32/include/periph_cpu.h +++ b/cpu/stm32/include/periph_cpu.h @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/include/stmclk.h b/cpu/stm32/include/stmclk.h index cfb0ad6496..c24524ffef 100644 --- a/cpu/stm32/include/stmclk.h +++ b/cpu/stm32/include/stmclk.h @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/include/usbdev_stm32.h b/cpu/stm32/include/usbdev_stm32.h index c67a424f95..5fc98d3f99 100644 --- a/cpu/stm32/include/usbdev_stm32.h +++ b/cpu/stm32/include/usbdev_stm32.h @@ -7,8 +7,8 @@ */ /** - * @defgroup cpu_stm32_common_usbdev stm32 USB OTG FS/HS peripheral - * @ingroup cpu_stm32_common + * @defgroup cpu_stm32_usbdev stm32 USB OTG FS/HS peripheral + * @ingroup cpu_stm32 * @brief USB interface functions for the stm32 class devices * * @{ diff --git a/cpu/stm32/periph/adc_f0.c b/cpu/stm32/periph/adc_f0.c index 8ae960dfc8..0d648352ef 100644 --- a/cpu/stm32/periph/adc_f0.c +++ b/cpu/stm32/periph/adc_f0.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32f0 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_f1.c b/cpu/stm32/periph/adc_f1.c index bb1506ec69..8bd42a95c0 100644 --- a/cpu/stm32/periph/adc_f1.c +++ b/cpu/stm32/periph/adc_f1.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_f2.c b/cpu/stm32/periph/adc_f2.c index ccaa90c438..e622b51ab6 100644 --- a/cpu/stm32/periph/adc_f2.c +++ b/cpu/stm32/periph/adc_f2.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32f2 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_f4.c b/cpu/stm32/periph/adc_f4.c index 80cb2ead6d..e9c43c31db 100644 --- a/cpu/stm32/periph/adc_f4.c +++ b/cpu/stm32/periph/adc_f4.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32f4 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_l0.c b/cpu/stm32/periph/adc_l0.c index 0693dcea2d..b35ecdca3d 100644 --- a/cpu/stm32/periph/adc_l0.c +++ b/cpu/stm32/periph/adc_l0.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32l0 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_l1.c b/cpu/stm32/periph/adc_l1.c index 8cebee2fc9..bbb7e215b9 100644 --- a/cpu/stm32/periph/adc_l1.c +++ b/cpu/stm32/periph/adc_l1.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32l1 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/adc_l4.c b/cpu/stm32/periph/adc_l4.c index 3a567fd484..4c142ea36c 100644 --- a/cpu/stm32/periph/adc_l4.c +++ b/cpu/stm32/periph/adc_l4.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32l4 + * @ingroup cpu_stm32 * @ingroup drivers_periph_adc * @{ * diff --git a/cpu/stm32/periph/can.c b/cpu/stm32/periph/can.c index 28ad426d3a..41ca14a2ea 100644 --- a/cpu/stm32/periph/can.c +++ b/cpu/stm32/periph/can.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/periph/dac.c b/cpu/stm32/periph/dac.c index e6545a87d8..468bfa6c4a 100644 --- a/cpu/stm32/periph/dac.c +++ b/cpu/stm32/periph/dac.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_dac * @{ * diff --git a/cpu/stm32/periph/dma.c b/cpu/stm32/periph/dma.c index b73877c653..98c140e325 100644 --- a/cpu/stm32/periph/dma.c +++ b/cpu/stm32/periph/dma.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/periph/eeprom.c b/cpu/stm32/periph/eeprom.c index 463a8d2ceb..a9304a065e 100644 --- a/cpu/stm32/periph/eeprom.c +++ b/cpu/stm32/periph/eeprom.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_eeprom * @{ * diff --git a/cpu/stm32/periph/eth.c b/cpu/stm32/periph/eth.c index 8043b13616..9ea48c42b0 100644 --- a/cpu/stm32/periph/eth.c +++ b/cpu/stm32/periph/eth.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/periph/flash_common.c b/cpu/stm32/periph/flash_common.c index e8bd8d896e..2387528c73 100644 --- a/cpu/stm32/periph/flash_common.c +++ b/cpu/stm32/periph/flash_common.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/periph/flashpage.c b/cpu/stm32/periph/flashpage.c index aeac32a7c9..742e68e161 100644 --- a/cpu/stm32/periph/flashpage.c +++ b/cpu/stm32/periph/flashpage.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_flashpage * @{ * diff --git a/cpu/stm32/periph/gpio_all.c b/cpu/stm32/periph/gpio_all.c index ff105615d7..439345a138 100644 --- a/cpu/stm32/periph/gpio_all.c +++ b/cpu/stm32/periph/gpio_all.c @@ -10,7 +10,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_gpio * @{ * diff --git a/cpu/stm32/periph/gpio_f1.c b/cpu/stm32/periph/gpio_f1.c index a3fea5aec0..1a372a84bb 100644 --- a/cpu/stm32/periph/gpio_f1.c +++ b/cpu/stm32/periph/gpio_f1.c @@ -7,12 +7,12 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @ingroup drivers_periph_gpio * @{ * * @file - * @brief Low-level GPIO driver implementation + * @brief Low-level GPIO driver implementation for STM32F1 * * @author Hauke Petersen * @author Thomas Eichinger diff --git a/cpu/stm32/periph/hwrng.c b/cpu/stm32/periph/hwrng.c index e60204c65f..3318375481 100644 --- a/cpu/stm32/periph/hwrng.c +++ b/cpu/stm32/periph/hwrng.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_hwrng * @{ * diff --git a/cpu/stm32/periph/i2c_1.c b/cpu/stm32/periph/i2c_1.c index 923485b90a..7d8b037e32 100644 --- a/cpu/stm32/periph/i2c_1.c +++ b/cpu/stm32/periph/i2c_1.c @@ -10,7 +10,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_i2c * @{ * diff --git a/cpu/stm32/periph/i2c_2.c b/cpu/stm32/periph/i2c_2.c index 8cb037b4d4..733a2f26b1 100644 --- a/cpu/stm32/periph/i2c_2.c +++ b/cpu/stm32/periph/i2c_2.c @@ -10,7 +10,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_i2c * @{ * diff --git a/cpu/stm32/periph/pm.c b/cpu/stm32/periph/pm.c index c13d877de9..586029117f 100644 --- a/cpu/stm32/periph/pm.c +++ b/cpu/stm32/periph/pm.c @@ -11,7 +11,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_pm * @{ * diff --git a/cpu/stm32/periph/pwm.c b/cpu/stm32/periph/pwm.c index 7d1a358e36..b9b453a7c5 100644 --- a/cpu/stm32/periph/pwm.c +++ b/cpu/stm32/periph/pwm.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_pwm * @{ * diff --git a/cpu/stm32/periph/rtc_all.c b/cpu/stm32/periph/rtc_all.c index 5938b97e39..da909e4f29 100644 --- a/cpu/stm32/periph/rtc_all.c +++ b/cpu/stm32/periph/rtc_all.c @@ -10,7 +10,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * @file * @brief Low-level RTC driver implementation diff --git a/cpu/stm32/periph/rtc_f1.c b/cpu/stm32/periph/rtc_f1.c index fc135765b5..c7148f1525 100755 --- a/cpu/stm32/periph/rtc_f1.c +++ b/cpu/stm32/periph/rtc_f1.c @@ -7,10 +7,10 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @{ * @file - * @brief Low-level RTC driver implementation + * @brief Low-level RTC driver implementation for STM32F1 * * @author Alexei Bezborodov * @} diff --git a/cpu/stm32/periph/rtt_all.c b/cpu/stm32/periph/rtt_all.c index 5ede032e2b..0bd779f1cc 100644 --- a/cpu/stm32/periph/rtt_all.c +++ b/cpu/stm32/periph/rtt_all.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_rtt * @{ * diff --git a/cpu/stm32/periph/rtt_f1.c b/cpu/stm32/periph/rtt_f1.c index 9dd0743b81..36b24515d6 100644 --- a/cpu/stm32/periph/rtt_f1.c +++ b/cpu/stm32/periph/rtt_f1.c @@ -7,12 +7,12 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @ingroup drivers_periph_rtt * @{ * * @file - * @brief Low-level RTT driver implementation + * @brief Low-level RTT driver implementation for STM32F1 * * @author Thomas Eichinger * diff --git a/cpu/stm32/periph/spi.c b/cpu/stm32/periph/spi.c index ba09d3447f..32dd3f6adf 100644 --- a/cpu/stm32/periph/spi.c +++ b/cpu/stm32/periph/spi.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_spi * @{ * diff --git a/cpu/stm32/periph/timer.c b/cpu/stm32/periph/timer.c index 562ba99efc..c7b4984a60 100644 --- a/cpu/stm32/periph/timer.c +++ b/cpu/stm32/periph/timer.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_timer * @{ * diff --git a/cpu/stm32/periph/uart.c b/cpu/stm32/periph/uart.c index 04ecee67e2..3d2d588e4b 100644 --- a/cpu/stm32/periph/uart.c +++ b/cpu/stm32/periph/uart.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_uart * @{ * diff --git a/cpu/stm32/periph/usbdev.c b/cpu/stm32/periph/usbdev.c index 5244ba9915..b3f5ecfb00 100644 --- a/cpu/stm32/periph/usbdev.c +++ b/cpu/stm32/periph/usbdev.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common_usbdev + * @ingroup cpu_stm32_usbdev * @{ * @file * @brief Low level USB interface functions for the stm32 FS/HS devices diff --git a/cpu/stm32/periph/wdt.c b/cpu/stm32/periph/wdt.c index 1dc40cea84..6ef3601cf2 100644 --- a/cpu/stm32/periph/wdt.c +++ b/cpu/stm32/periph/wdt.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @ingroup drivers_periph_wdt * * @brief diff --git a/cpu/stm32/stmclk.c b/cpu/stm32/stmclk.c index a7f5c03df9..ef11103f0c 100644 --- a/cpu/stm32/stmclk.c +++ b/cpu/stm32/stmclk.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/stmclk_common.c b/cpu/stm32/stmclk_common.c index 57f776e844..b7308581e4 100644 --- a/cpu/stm32/stmclk_common.c +++ b/cpu/stm32/stmclk_common.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/stmclk_l0l1.c b/cpu/stm32/stmclk_l0l1.c index d26c70912c..c2436079cf 100644 --- a/cpu/stm32/stmclk_l0l1.c +++ b/cpu/stm32/stmclk_l0l1.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/stmclk_l4wb.c b/cpu/stm32/stmclk_l4wb.c index 66070fe97e..0c4234d3e5 100644 --- a/cpu/stm32/stmclk_l4wb.c +++ b/cpu/stm32/stmclk_l4wb.c @@ -9,7 +9,7 @@ */ /** - * @ingroup cpu_stm32_common + * @ingroup cpu_stm32 * @{ * * @file diff --git a/cpu/stm32/vectors/vectors_f0.c b/cpu/stm32/vectors/vectors_f0.c index 1358587174..d739c4cfc0 100644 --- a/cpu/stm32/vectors/vectors_f0.c +++ b/cpu/stm32/vectors/vectors_f0.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f0 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F0 * * @author Hauke Petersen * diff --git a/cpu/stm32/vectors/vectors_f1.c b/cpu/stm32/vectors/vectors_f1.c index 9eb69db96e..0b0758160a 100644 --- a/cpu/stm32/vectors/vectors_f1.c +++ b/cpu/stm32/vectors/vectors_f1.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f1 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F1 * * @author Hauke Petersen * @author Thomas Eichinger diff --git a/cpu/stm32/vectors/vectors_f2.c b/cpu/stm32/vectors/vectors_f2.c index 42f9ef7cc8..3781462d75 100644 --- a/cpu/stm32/vectors/vectors_f2.c +++ b/cpu/stm32/vectors/vectors_f2.c @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32f2 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F2 * * @author Hauke Petersen * @author Nick v. IJzendoorn diff --git a/cpu/stm32/vectors/vectors_f3.c b/cpu/stm32/vectors/vectors_f3.c index fb934b55e0..7f850c3ee9 100644 --- a/cpu/stm32/vectors/vectors_f3.c +++ b/cpu/stm32/vectors/vectors_f3.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f3 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F3 * * @author Hauke Petersen * diff --git a/cpu/stm32/vectors/vectors_f4.c b/cpu/stm32/vectors/vectors_f4.c index 46a98b510c..3fd7287a1e 100644 --- a/cpu/stm32/vectors/vectors_f4.c +++ b/cpu/stm32/vectors/vectors_f4.c @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32f4 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F4 * * @author Hauke Petersen * @author Vincent Dupont diff --git a/cpu/stm32/vectors/vectors_f7.c b/cpu/stm32/vectors/vectors_f7.c index 11e40ffb8e..448dbc2575 100644 --- a/cpu/stm32/vectors/vectors_f7.c +++ b/cpu/stm32/vectors/vectors_f7.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32f7 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32F7 * * @author Hauke Petersen * diff --git a/cpu/stm32/vectors/vectors_l0.c b/cpu/stm32/vectors/vectors_l0.c index 2354c1cdb8..8e37484db0 100644 --- a/cpu/stm32/vectors/vectors_l0.c +++ b/cpu/stm32/vectors/vectors_l0.c @@ -8,11 +8,11 @@ */ /** - * @ingroup cpu_stm32l0 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32L0 * * @author Hauke Petersen * @author Alexandre Abadie diff --git a/cpu/stm32/vectors/vectors_l1.c b/cpu/stm32/vectors/vectors_l1.c index bbc74fbcbf..69c39beb32 100644 --- a/cpu/stm32/vectors/vectors_l1.c +++ b/cpu/stm32/vectors/vectors_l1.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32l1 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32L1 * * @author Hauke Petersen * @author Thomas Eichinger diff --git a/cpu/stm32/vectors/vectors_l4.c b/cpu/stm32/vectors/vectors_l4.c index 89adcd4387..0d4139a598 100644 --- a/cpu/stm32/vectors/vectors_l4.c +++ b/cpu/stm32/vectors/vectors_l4.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32l4 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32L4 * * @author Hauke Petersen * diff --git a/cpu/stm32/vectors/vectors_wb.c b/cpu/stm32/vectors/vectors_wb.c index f9befbfdd7..e03d3c03fc 100644 --- a/cpu/stm32/vectors/vectors_wb.c +++ b/cpu/stm32/vectors/vectors_wb.c @@ -7,11 +7,11 @@ */ /** - * @ingroup cpu_stm32l4 + * @ingroup cpu_stm32 * @{ * * @file - * @brief Interrupt vector definitions + * @brief Interrupt vector definitions for STM32WB * * @author Hauke Petersen *