mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
*: remove trailing underscores from header guards
This commit is contained in:
parent
f119a2e77b
commit
7ee7801c10
@ -18,8 +18,8 @@
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
@ -46,5 +46,5 @@ void board_init(void);
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -140,4 +140,4 @@ static const i2c_conf_t i2c_config[] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -22,8 +22,8 @@
|
||||
* @author Laurent Navet <laurent.navet@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "arduino_pinmap.h"
|
||||
@ -86,5 +86,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Laurent Navet <laurent.navet@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -87,4 +87,4 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "arduino_pinmap.h"
|
||||
@ -48,5 +48,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Andreas "Paul" Pauli <andreas.pauli@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -130,5 +130,5 @@ static const pwm_chan_conf_t pwm_chan[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "arduino_pinmap.h"
|
||||
@ -82,5 +82,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -104,4 +104,4 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
@ -62,5 +62,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -20,8 +20,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -250,5 +250,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -22,8 +22,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BOARDCONF_H_
|
||||
#define BOARDCONF_H_
|
||||
#ifndef BOARDCONF_H
|
||||
#define BOARDCONF_H
|
||||
#include "bitarithm.h"
|
||||
#include "msba2_common.h"
|
||||
|
||||
@ -60,4 +60,4 @@ void init_clks1(void);
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* BOARDCONF_H_ */
|
||||
#endif /* BOARDCONF_H */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "lpc2387.h"
|
||||
|
||||
@ -62,5 +62,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef SMB380_H_
|
||||
#define SMB380_H_
|
||||
#ifndef SMB380_H
|
||||
#define SMB380_H
|
||||
#include <stdint.h>
|
||||
#include "bitarithm.h"
|
||||
|
||||
@ -255,4 +255,4 @@ void SMB380_Selftest_1(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SMB380_H_ */
|
||||
#endif /* SMB380_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
*
|
||||
* @note $Id: avsextrem-ssp0.c 3854 2010-01-18 15:27:01Z zkasmi $
|
||||
*/
|
||||
#ifndef SSP_H_
|
||||
#define SSP_H_
|
||||
#ifndef SSP_H
|
||||
#define SSP_H
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
@ -122,4 +122,4 @@ void SSP0Handler(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* SSP_H_ */
|
||||
#endif /* SSP_H */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef MINI_H_
|
||||
#define MINI_H_
|
||||
#ifndef MINI_H
|
||||
#define MINI_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -86,5 +86,5 @@ void mini_matrix_shift_str(const char *str, uint32_t delay);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MINI_H_ */
|
||||
#endif /* MINI_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph/gpio.h"
|
||||
@ -95,5 +95,5 @@ void board_init(void);
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Ian Martin <ian@locicontrols.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -141,5 +141,5 @@ static const periph_spi_conf_t spi_config[SPI_NUMOF] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Leon M. George <leon@georgemail.eu>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "periph/gpio.h"
|
||||
|
||||
@ -67,5 +67,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Leon M. George <leon@georgemail.eu>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -73,5 +73,5 @@ static const timer_conf_t timer_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef BATTERY_H_
|
||||
#define BATTERY_H_
|
||||
#ifndef BATTERY_H
|
||||
#define BATTERY_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef BUZZER_H_
|
||||
#define BUZZER_H_
|
||||
#ifndef BUZZER_H
|
||||
#define BUZZER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -35,8 +35,8 @@
|
||||
* Basic display functions.
|
||||
* ************************************************************************************************/
|
||||
|
||||
#ifndef DISPLAY_H_
|
||||
#define DISPLAY_H_
|
||||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef DISPLAY_PUTCHAR_H_
|
||||
#define DISPLAY_PUTCHAR_H_
|
||||
#ifndef DISPLAY_PUTCHAR_H
|
||||
#define DISPLAY_PUTCHAR_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -19,4 +19,4 @@ void init_display_putchar(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* DISPLAY_PUTCHAR_H_ */
|
||||
#endif /* DISPLAY_PUTCHAR_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author unknwon
|
||||
*/
|
||||
|
||||
#ifndef CHRONOS_BOARD_H_
|
||||
#define CHRONOS_BOARD_H_
|
||||
#ifndef CHRONOS_BOARD_H
|
||||
#define CHRONOS_BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -58,5 +58,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _CHRONOS_BOARD_H_ */
|
||||
#endif /* _CHRONOS_BOARD_H */
|
||||
/** @} */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef BUTTONS_H_
|
||||
#define BUTTONS_H_
|
||||
#ifndef BUTTONS_H
|
||||
#define BUTTONS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
@ -64,5 +64,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Peter Kietzmann <peter.kietzmann@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -122,5 +122,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -21,8 +21,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -108,5 +108,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -173,5 +173,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -56,5 +56,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
#include "periph_conf_common.h"
|
||||
@ -49,5 +49,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -21,8 +21,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_COMMON_H_
|
||||
#define BOARD_COMMON_H_
|
||||
#ifndef BOARD_COMMON_H
|
||||
#define BOARD_COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -102,5 +102,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_COMMON_H_ */
|
||||
#endif /* BOARD_COMMON_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_COMMON_H_
|
||||
#define PERIPH_CONF_COMMON_H_
|
||||
#ifndef PERIPH_CONF_COMMON_H
|
||||
#define PERIPH_CONF_COMMON_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -163,5 +163,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_COMMON_H_ */
|
||||
#endif /* PERIPH_CONF_COMMON_H */
|
||||
/** @} */
|
||||
|
@ -21,8 +21,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -86,5 +86,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
#include "periph_conf_common.h"
|
||||
@ -49,5 +49,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -53,5 +53,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -177,5 +177,5 @@ static const i2c_conf_t i2c_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -20,8 +20,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -70,5 +70,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -89,5 +89,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef SHT11BOARD_H_
|
||||
#define SHT11BOARD_H_
|
||||
#ifndef SHT11BOARD_H
|
||||
#define SHT11BOARD_H
|
||||
|
||||
/**
|
||||
* @ingroup msb_430h
|
||||
@ -46,4 +46,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* SHT11BOARD_H_ */
|
||||
#endif /* SHT11BOARD_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_COMMON_H_
|
||||
#define BOARD_COMMON_H_
|
||||
#ifndef BOARD_COMMON_H
|
||||
#define BOARD_COMMON_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
|
@ -31,8 +31,8 @@
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project
|
||||
*/
|
||||
|
||||
#ifndef MSB_BOARD_H_
|
||||
#define MSB_BOARD_H_
|
||||
#ifndef MSB_BOARD_H
|
||||
#define MSB_BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -65,4 +65,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* MSB_BOARD_H_ */
|
||||
#endif /* MSB_BOARD_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef MSB_BOARD_H_
|
||||
#define MSB_BOARD_H_
|
||||
#ifndef MSB_BOARD_H
|
||||
#define MSB_BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -53,4 +53,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* MSB_BOARD_H_ */
|
||||
#endif /* MSB_BOARD_H */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef SHT11BOARD_H_
|
||||
#define SHT11BOARD_H_
|
||||
#ifndef SHT11BOARD_H
|
||||
#define SHT11BOARD_H
|
||||
|
||||
/**
|
||||
* @ingroup lpc2387
|
||||
@ -53,4 +53,4 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* SHT11BOARD_H_ */
|
||||
#endif /* SHT11BOARD_H */
|
||||
|
@ -17,8 +17,8 @@
|
||||
*
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
*/
|
||||
#ifndef MSBA2_COMMON_H_
|
||||
#define MSBA2_COMMON_H_
|
||||
#ifndef MSBA2_COMMON_H
|
||||
#define MSBA2_COMMON_H
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
@ -41,4 +41,4 @@ static inline void pllfeed(void)
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* MSBA2_COMMON_H_ */
|
||||
#endif /* MSBA2_COMMON_H */
|
||||
|
@ -16,10 +16,10 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef CONTROL_2XXX_H_
|
||||
#define CONTROL_2XXX_H_
|
||||
#ifndef CONTROL_2XXX_H
|
||||
#define CONTROL_2XXX_H
|
||||
|
||||
void hard_reset_to_bootloader(void);
|
||||
void hard_reset_to_user_code(void);
|
||||
|
||||
#endif /* CONTROL_2XXX_H_ */
|
||||
#endif /* CONTROL_2XXX_H */
|
||||
|
@ -16,7 +16,7 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef LPC2K_PGM_H_
|
||||
#ifndef LPC2K_PGM_H
|
||||
#define LPC2K_PGM_H
|
||||
|
||||
/* gets a name like "115200", sets baudrate accordingly. */
|
||||
@ -27,4 +27,4 @@ void change_baud(const char *baud_name);
|
||||
*/
|
||||
void signal_terminal(void);
|
||||
|
||||
#endif /* LPC2K_PGM_H_ */
|
||||
#endif /* LPC2K_PGM_H */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef SERIAL_H_
|
||||
#define SERIAL_H_
|
||||
#ifndef SERIAL_H
|
||||
#define SERIAL_H
|
||||
|
||||
extern char *baud_rate;
|
||||
|
||||
@ -34,4 +34,4 @@ void set_rts(int val);
|
||||
void set_dtr(int val);
|
||||
void change_baud(const char *baud_name);
|
||||
|
||||
#endif /* SERIAL_H_ */
|
||||
#endif /* SERIAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author unknown
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "msba2_common.h"
|
||||
#include "bitarithm.h"
|
||||
@ -64,5 +64,5 @@ void init_clks1(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "lpc2387.h"
|
||||
|
||||
@ -92,5 +92,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Fabian Nack <nack@inf.fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
@ -83,5 +83,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Fabian Nack <nack@inf.fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -248,5 +248,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Joakim Nohlgård <joakim.nohlgard@eistec.se>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
@ -182,5 +182,5 @@ void board_init(void);
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* details.
|
||||
*/
|
||||
|
||||
#ifndef MULLE_NVRAM_H_
|
||||
#define MULLE_NVRAM_H_
|
||||
#ifndef MULLE_NVRAM_H
|
||||
#define MULLE_NVRAM_H
|
||||
|
||||
#include "nvram.h"
|
||||
|
||||
@ -42,4 +42,4 @@ extern nvram_t *mulle_nvram;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MULLE_NVRAM_H_ */
|
||||
#endif /* MULLE_NVRAM_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef MULLE_PERIPH_CONF_H_
|
||||
#define MULLE_PERIPH_CONF_H_
|
||||
#ifndef MULLE_PERIPH_CONF_H
|
||||
#define MULLE_PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -456,5 +456,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* MULLE_PERIPH_CONF_H_ */
|
||||
#endif /* MULLE_PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -21,8 +21,8 @@
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -54,4 +54,4 @@ void _native_LED_RED_TOGGLE(void);
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* directory for more details.
|
||||
*/
|
||||
|
||||
#ifndef BOARD_INTERNAL_H_
|
||||
#define BOARD_INTERNAL_H_
|
||||
#ifndef BOARD_INTERNAL_H
|
||||
#define BOARD_INTERNAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -21,8 +21,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "board_common.h"
|
||||
@ -52,5 +52,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -180,5 +180,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -22,8 +22,8 @@
|
||||
* @author Alexandre Aabdie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "board_common.h"
|
||||
@ -45,5 +45,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Alexandre Aabdie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -192,5 +192,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -20,8 +20,8 @@
|
||||
* @author José Alamos <jialamos@uc.cl>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "board_common.h"
|
||||
@ -43,5 +43,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author José Ignacio Alamos <jialamos@uc.cl>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -135,5 +135,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Mohmmad Ayman <mohmmad.khzrag@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -32,5 +32,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -123,5 +123,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Víctor Ariño <victor.arino@triagnosys.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -38,5 +38,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Víctor Ariño <victor.arino@triagnosys.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -198,4 +198,4 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Toon Stegen <toon.stegen@altran.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -66,5 +66,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Toon Stegen <toon.stegen@altran.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -282,5 +282,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -20,8 +20,8 @@
|
||||
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -33,5 +33,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Katja Kirstein <katja.kirstein@haw-hamburg.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -238,4 +238,4 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -39,5 +39,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -154,5 +154,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Lari Lehtomäki <lari@lehtomaki.fi>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -41,5 +41,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Lari Lehtomäki <lari@lehtomaki.fi>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -217,5 +217,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -41,5 +41,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -243,5 +243,5 @@ static const pwm_conf_t pwm_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -41,5 +41,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -17,8 +17,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -157,5 +157,5 @@ static const i2c_conf_t i2c_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -42,5 +42,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Vincent Dupont <vincent@otakeys.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -111,5 +111,5 @@ static const uart_conf_t uart_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph/gpio.h"
|
||||
@ -95,5 +95,5 @@ void board_init(void);
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "cc2538_gpio.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -133,5 +133,5 @@ static const periph_spi_conf_t spi_config[SPI_NUMOF] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Johann Fischer <j.fischer@phytec.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
|
@ -22,8 +22,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef KW2XRF_PARAMS_H_
|
||||
#define KW2XRF_PARAMS_H_
|
||||
#ifndef KW2XRF_PARAMS_H
|
||||
#define KW2XRF_PARAMS_H
|
||||
|
||||
/**
|
||||
* @name KW2XRF configuration
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Jonas Remmert <j.remmert@phytec.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -105,4 +105,4 @@ static const timer_conf_t timer_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Timo Ziegler <timo.ziegler@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
@ -47,5 +47,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -125,4 +125,4 @@ static const timer_conf_t timer_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef QEMU_I386_BOARD_H_
|
||||
#define QEMU_I386_BOARD_H_
|
||||
#ifndef QEMU_I386_BOARD_H
|
||||
#define QEMU_I386_BOARD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author René Kijewski <rene.kijewski@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef QEMU_I386_CPU_CONF_H_
|
||||
#define QEMU_I386_CPU_CONF_H_
|
||||
#ifndef QEMU_I386_CPU_CONF_H
|
||||
#define QEMU_I386_CPU_CONF_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -18,8 +18,8 @@
|
||||
* @author Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef FANCY_LEDS_H_
|
||||
#define FANCY_LEDS_H_
|
||||
#ifndef FANCY_LEDS_H
|
||||
#define FANCY_LEDS_H
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
@ -63,5 +63,5 @@
|
||||
#ifdef __cplusplus
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
#endif /* FANCY_LEDS_H_ */
|
||||
#endif /* FANCY_LEDS_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_COMMON_H_
|
||||
#define PERIPH_COMMON_H_
|
||||
#ifndef PERIPH_COMMON_H
|
||||
#define PERIPH_COMMON_H
|
||||
|
||||
#include "cc2538_gpio.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -78,5 +78,5 @@ static const timer_conf_t timer_config[] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_COMMON_H_ */
|
||||
#endif /* PERIPH_COMMON_H */
|
||||
/** @} */
|
||||
|
@ -20,8 +20,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph/gpio.h"
|
||||
@ -77,5 +77,5 @@
|
||||
#ifdef __cplusplus
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "cc2538_gpio.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -99,5 +99,5 @@ static const periph_spi_conf_t spi_config[SPI_NUMOF] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph/gpio.h"
|
||||
@ -114,5 +114,5 @@
|
||||
#ifdef __cplusplus
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "cc2538_gpio.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -100,5 +100,5 @@ static const periph_spi_conf_t spi_config[SPI_NUMOF] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph/gpio.h"
|
||||
@ -113,5 +113,5 @@
|
||||
#ifdef __cplusplus
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -18,8 +18,8 @@
|
||||
* Antonio Lignan <alinan@zolertia.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "cc2538_gpio.h"
|
||||
#include "periph_cpu.h"
|
||||
@ -100,5 +100,5 @@ static const periph_spi_conf_t spi_config[SPI_NUMOF] = {
|
||||
} /* end extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -19,8 +19,8 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
@ -82,5 +82,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user