mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +01:00
13 lines
462 B
Markdown
13 lines
462 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2018 Freie Universität Berlin
|
|
SPDX-License-Identifier: LGPL-2.1-only
|
|
-->
|
|
|
|
@defgroup boards_common_stm32 STM32 Configuration Snippets
|
|
@ingroup boards_common
|
|
@brief Board configuration snippets for STM32-based boards
|
|
|
|
All boards using a CPU from the STM32 family share certain parts of their
|
|
configuration. This module provides a collection of fine grained
|
|
configuration snippets that can be reused for different boards.
|