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