1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #9757 from aabadie/pr/boards/doc_cleanup

boards*: documentation cleanup
This commit is contained in:
José Alamos 2018-08-10 14:40:39 +02:00 committed by GitHub
commit 3436d34c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 24 deletions

View File

@ -1,11 +1,7 @@
/**
Copyright (C) 2017 Freie Universität Berlin
This file is subject to the terms and conditions of the GNU Lesser
General Public License v2.1. See the file LICENSE in the top level
directory for more details.
@defgroup boards_arduino-due Arduino Due
@ingroup boards
@brief Support for the Arduino Due board
@see boards_common_arduino_due for details
*/

View File

@ -1,10 +1,4 @@
/**
Copyright (C) 2017 HAW Hamburg
This file is subject to the terms and conditions of the GNU Lesser
General Public License v2.1. See the file LICENSE in the top level
directory for more details.
@defgroup boards_common Common Board Groups
@ingroup boards
@brief Common definitions and implementations for board groups

View File

@ -0,0 +1,5 @@
/**
* @defgroup boards_frdm-kw41z Freescale FRDM-KW41Z Board
* @ingroup boards
* @brief Support for the FRDM-KW41Z
*/

View File

@ -7,9 +7,7 @@
*/
/**
* @defgroup boards_frdm-kw41z Freescale FRDM-KW41Z Board
* @ingroup boards
* @brief Board specific implementations for the FRDM-KW41Z
* @ingroup boards_frdm-kw41z
* @{
*
* @file

View File

@ -0,0 +1,5 @@
/**
* @defgroup boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
* @ingroup boards
* @brief Support for the Jiminy Mega 256rfr2 board
*/

View File

@ -7,9 +7,7 @@
*/
/**
* @defgroup boards_jiminy-mega256rfr2 Jiminy- Mega256rfr2
* @ingroup boards
* @brief Board specific files for the Jiminy Mega 256rfr2 board.
* @ingroup boards_jiminy-mega256rfr2
* @{
*
* @file

View File

@ -1,6 +1,7 @@
/**
@defgroup boards_native Native Board
@ingroup boards
@brief Support for running RIOT in native
[Family: native](https://github.com/RIOT-OS/RIOT/wiki/Family:-native)

View File

@ -1,11 +1,7 @@
/**
Copyright (C) 2017 Freie Universität Berlin
This file is subject to the terms and conditions of the GNU Lesser
General Public License v2.1. See the file LICENSE in the top level
directory for more details.
@defgroup boards_udoo UDOO
@ingroup boards
@brief Support for the UDOO board
@see boards_common_arduino_due for details
*/