mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
cpu/arm7_common: Rename Doxygen group to cpu_arm7_common
This commit is contained in:
parent
48366fd074
commit
7ff26d12ea
@ -8,7 +8,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup arm7_common
|
||||
* @ingroup cpu_arm7_common
|
||||
* @{
|
||||
* @file
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup arm7_common
|
||||
* @ingroup cpu_arm7_common
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @ingroup arm7_common
|
||||
* @ingroup cpu_arm7_common
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
@ -6,11 +6,11 @@
|
||||
* more details.
|
||||
*/
|
||||
|
||||
#ifndef __ARM_COMMON_H
|
||||
#define __ARM_COMMON_H
|
||||
#ifndef ARM7_COMMON_H_
|
||||
#define ARM7_COMMON_H_
|
||||
|
||||
/**
|
||||
* @defgroup arm7_common ARM CPU common
|
||||
* @defgroup cpu_arm7_common ARM7 CPU common
|
||||
* @brief Common implementations and headers for ARM based micro-controllers
|
||||
* @ingroup cpu
|
||||
* @{
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief ARM CPU common declarations
|
||||
* @brief ARM7 CPU common declarations
|
||||
*
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
*
|
||||
@ -100,4 +100,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif // __ARM_COMMON_H
|
||||
#endif /* ARM7_COMMON_H_ */
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup arm7_common
|
||||
* @ingroup cpu_arm7_common
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @ingroup arm7_common
|
||||
* @ingroup cpu_arm7_common
|
||||
* @brief LPC2387 NewLib system calls implementation
|
||||
*
|
||||
* @author Michael Baar <michael.baar@fu-berlin.de>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
\li <a href="http://www.nxp.com/pip/LPC2387_2.html">Documentation</a>
|
||||
|
||||
<h2>Components</h2>
|
||||
\li \ref arm7_common
|
||||
\li \ref cpu_arm7_common
|
||||
\li \ref lpc2387_rtc
|
||||
|
||||
<h2>Memory layout</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user