mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/stm32_common: add missing doxygen group definition
This commit is contained in:
parent
7ea8c7f768
commit
d2938a3a34
10
cpu/stm32_common/doc.txt
Normal file
10
cpu/stm32_common/doc.txt
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @defgroup cpu_stm32_common STM32 common
|
||||
* @ingroup cpu
|
||||
* @brief STM32 common 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.
|
||||
*/
|
Loading…
Reference in New Issue
Block a user