mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Addition for doxygen documentation
This commit is contained in:
parent
aa30ecd04f
commit
186041b553
@ -7,12 +7,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ek-lm4f120xl
|
||||
* @ingroup boards_ek-lm4f120xl
|
||||
* @defgroup boards_ek-lm4f120xl EK-LM4F120XL
|
||||
* @ingroup boards
|
||||
* @brief Board specific files for the Stellaris Launchpad LM4F120 board
|
||||
* @{
|
||||
*
|
||||
* @file board.h
|
||||
* @file
|
||||
* @brief Board specific definitions for the Stellaris Launchpad LM4F120 board
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup boards_ek-lm4f120xl
|
||||
* @{
|
||||
*
|
||||
* @file periph_conf.h
|
||||
* @file
|
||||
* @name Peripheral MCU configuration for the ek-lm4f120xl board
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
@ -33,7 +33,7 @@ extern "C" {
|
||||
#define CLK40 3
|
||||
#define CLK16 4
|
||||
#define CLK1 5
|
||||
#define CLOCK_SOURCE CLK40
|
||||
#define CLOCK_SOURCE CLK40
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
@ -14,6 +14,7 @@
|
||||
* @brief Implementation of the CPU initialization
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include "cpu.h"
|
||||
@ -67,4 +68,3 @@ void cpu_clock_init(int clk)
|
||||
break;
|
||||
}
|
||||
}
|
||||
/** @} */
|
||||
|
@ -7,12 +7,13 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_lm4f120
|
||||
* @ingroup cpu cpu_lm4f120
|
||||
* @defgroup cpu_lm4f120 LM4F
|
||||
* @ingroup cpu
|
||||
* @brief CPU specific implementations for LM4F120
|
||||
* @{
|
||||
*
|
||||
* @file cpu_conf.h
|
||||
* @brief CPU specific implementations for LM4F120
|
||||
* @file
|
||||
* @brief Implementation specific CPU configuration options
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
*/
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @ingroup cpu_lm4f120
|
||||
* @{
|
||||
*
|
||||
* @file hwtimer_cpu.h
|
||||
* @file
|
||||
* @brief CPU specific hwtimer configuration options
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
|
33
cpu/lm4f120/include/periph_cpu.h
Normal file
33
cpu/lm4f120/include/periph_cpu.h
Normal file
@ -0,0 +1,33 @@
|
||||
/*
|
||||
* Copyright (C) 2015 Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_lm4f120
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief CPU specific definitions for internal peripheral handling
|
||||
*
|
||||
* @author Rakendra Thapa <rakendrathapa@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CPU_H_
|
||||
#define PERIPH_CPU_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* nothing to do here, yet */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CPU_H_ */
|
||||
/** @} */
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user