mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
|
/**
|
||
|
* @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.
|
||
|
*/
|