Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #6489 from aabadie/fix_at_brief
Browse files Browse the repository at this point in the history
boards: fix doxygen @brief in periph.conf
  • Loading branch information
miri64 committed Jan 31, 2017
2 parents de4d700 + ebc35a0 commit dbc3f5f
Show file tree
Hide file tree
Showing 51 changed files with 168 additions and 163 deletions.
4 changes: 2 additions & 2 deletions boards/airfy-beacon/include/periph_conf.h
Expand Up @@ -96,7 +96,7 @@ static const spi_conf_t spi_config[] = {
/** @} */

/**
* @brief I2C (TWI) configuration
* @name I2C (TWI) configuration
* @{
*/
static const i2c_conf_t i2c_config[] = {
Expand All @@ -118,7 +118,7 @@ static const i2c_conf_t i2c_config[] = {
/** @} */

/**
* @brief ADC configuration
* @name ADC configuration
*
* The configuration consists simply of a list of channels that should be used
* @{
Expand Down
6 changes: 3 additions & 3 deletions boards/arduino-common/include/periph_conf.h
Expand Up @@ -34,7 +34,7 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
*
* The timer driver only supports the 16-bit timer (Timer1)
* so this is the only one we can use here.
Expand All @@ -51,7 +51,7 @@ extern "C" {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
*
* Uno has only one UART, look in atmega_common
* This is where magic happens
Expand All @@ -65,7 +65,7 @@ extern "C" {
/** @} */

/**
* @brief SPI configuration
* @name SPI configuration
*
* The atmega2560 has only one hardware SPI with fixed pin configuration, so all
* we can do here, is to enable or disable it...
Expand Down
6 changes: 3 additions & 3 deletions boards/arduino-mega2560/include/periph_conf.h
Expand Up @@ -33,7 +33,7 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
*
* The timer driver only supports the four 16-bit timers (Timer1, Timer3,
* Timer4, Timer5), so those are the only onces we can use here.
Expand All @@ -58,7 +58,7 @@ extern "C" {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
*
* The UART devices have fixed pin mappings, so all we need to do, is to specify
* which devices we would like to use and their corresponding RX interrupts. See
Expand All @@ -82,7 +82,7 @@ extern "C" {
/** @} */

/**
* @brief SPI configuration
* @name SPI configuration
*
* The atmega2560 has only one hardware SPI with fixed pin configuration, so all
* we can do here, is to enable or disable it...
Expand Down
21 changes: 13 additions & 8 deletions boards/avsextrem/include/periph_conf.h
Expand Up @@ -26,7 +26,7 @@ extern "C" {
#endif

/**
* @brief Clock configuration
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (72000000U) /* this board runs with 72MHz */
Expand All @@ -35,28 +35,33 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration, select a number from 1 to 4
* @name Timer configuration, select a number from 1 to 4
* @{
*/
#define TIMER_NUMOF (1U)
/** @} */

/**
* @brief Real Time Clock configuration
* @name Real Time Clock configuration
*/
#define RTC_NUMOF (1)
#define RTC_NUMOF (1U)
/** @} */

/**
* @brief uart configuration
* @name UART configuration
* @{
*/
#define UART_NUMOF (1)
#define UART_NUMOF (1U)
#define UART_0_EN (1)
/** @} */

/**
* @brief SPI configuration
* @name SPI configuration
* @{
*/
#define SPI_NUMOF (1)
#define SPI_NUMOF (1U)
#define SPI_0_EN (1)
/** @} */

#ifdef __cplusplus
}
Expand Down
6 changes: 3 additions & 3 deletions boards/calliope-mini/include/periph_conf.h
Expand Up @@ -86,7 +86,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
#define UART_NUMOF (1U)
Expand All @@ -97,7 +97,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief I2C (TWI) configuration
* @name I2C (TWI) configuration
* @{
*/
static const i2c_conf_t i2c_config[] = {
Expand All @@ -113,7 +113,7 @@ static const i2c_conf_t i2c_config[] = {
/** @} */

/**
* @brief ADC configuration
* @name ADC configuration
*
* The configuration consists simply of a list of channels that should be used
* @{
Expand Down
4 changes: 2 additions & 2 deletions boards/cc2650stk/include/periph_conf.h
Expand Up @@ -34,7 +34,7 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
static const timer_conf_t timer_config[] = {
Expand All @@ -55,7 +55,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
*
* The used CC26x0 CPU only supports a single UART device, so all we need to
* configure are the RX and TX pins.
Expand Down
4 changes: 2 additions & 2 deletions boards/chronos/include/periph_conf.h
Expand Up @@ -36,7 +36,7 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
#define TIMER_NUMOF (1U)
Expand All @@ -47,7 +47,7 @@ extern "C" {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
#define UART_NUMOF (1U)
Expand Down
2 changes: 1 addition & 1 deletion boards/ek-lm4f120xl/include/periph_conf.h
Expand Up @@ -93,7 +93,7 @@ extern "C" {
/** @} */

/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (12)
Expand Down
8 changes: 4 additions & 4 deletions boards/f4vi1/include/periph_conf.h
Expand Up @@ -51,7 +51,7 @@ extern "C" {
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
static const timer_conf_t timer_config[] = {
Expand All @@ -78,7 +78,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
static const uart_conf_t uart_config[] = {
Expand All @@ -105,14 +105,14 @@ static const uart_conf_t uart_config[] = {
/** @} */

/**
* @brief ADC configuration
* @name ADC configuration
* @{
*/
#define ADC_NUMOF (0)
/** @} */

/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)
Expand Down
8 changes: 4 additions & 4 deletions boards/fox/include/periph_conf.h
Expand Up @@ -52,14 +52,14 @@ extern "C" {
/** @} */

/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
static const timer_conf_t timer_config[] = {
Expand All @@ -86,7 +86,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
static const uart_conf_t uart_config[] = {
Expand Down Expand Up @@ -115,7 +115,7 @@ static const uart_conf_t uart_config[] = {
/** @} */

/**
* @brief SPI configuration
* @name SPI configuration
*
* @note The spi_divtable is auto-generated from
* `cpu/stm32_common/dist/spi_divtable/spi_divtable.c`
Expand Down
2 changes: 1 addition & 1 deletion boards/iotlab-a8-m3/include/periph_conf.h
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#endif

/**
* @brief SPI configuration
* @name SPI configuration
* @{
*/
static const spi_conf_t spi_config[] = {
Expand Down
2 changes: 1 addition & 1 deletion boards/iotlab-m3/include/periph_conf.h
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#endif

/**
* @brief SPI configuration
* @name SPI configuration
* @{
*/
static const spi_conf_t spi_config[] = {
Expand Down
8 changes: 4 additions & 4 deletions boards/limifrog-v1/include/periph_conf.h
Expand Up @@ -50,14 +50,14 @@ extern "C" {
/** @} */

/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
static const timer_conf_t timer_config[] = {
Expand All @@ -76,7 +76,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
static const uart_conf_t uart_config[] = {
Expand Down Expand Up @@ -109,7 +109,7 @@ static const uart_conf_t uart_config[] = {
/** @} */

/**
* @brief SPI configuration
* @name SPI configuration
*
* @note The spi_divtable is auto-generated from
* `cpu/stm32_common/dist/spi_divtable/spi_divtable.c`
Expand Down
6 changes: 3 additions & 3 deletions boards/maple-mini/include/periph_conf.h
Expand Up @@ -57,14 +57,14 @@ extern "C" {
/** @} */

/**
* @brief DAC configuration
* @name DAC configuration
* @{
*/
#define DAC_NUMOF (0)
/** @} */

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
static const timer_conf_t timer_config[] = {
Expand All @@ -91,7 +91,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
static const uart_conf_t uart_config[] = {
Expand Down
4 changes: 2 additions & 2 deletions boards/mbed_lpc1768/include/periph_conf.h
Expand Up @@ -24,7 +24,7 @@ extern "C" {
#endif

/**
* @brief Timer configuration
* @name Timer configuration
* @{
*/
#define TIMER_NUMOF (1U)
Expand All @@ -44,7 +44,7 @@ extern "C" {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
#define UART_NUMOF (2U)
Expand Down
6 changes: 3 additions & 3 deletions boards/microbit/include/periph_conf.h
Expand Up @@ -86,7 +86,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief UART configuration
* @name UART configuration
* @{
*/
#define UART_NUMOF (1U)
Expand All @@ -97,7 +97,7 @@ static const timer_conf_t timer_config[] = {
/** @} */

/**
* @brief I2C (TWI) configuration
* @name I2C (TWI) configuration
* @{
*/
static const i2c_conf_t i2c_config[] = {
Expand All @@ -113,7 +113,7 @@ static const i2c_conf_t i2c_config[] = {
/** @} */

/**
* @brief ADC configuration
* @name ADC configuration
*
* The configuration consists simply of a list of channels that should be used
* @{
Expand Down

0 comments on commit dbc3f5f

Please sign in to comment.