|
|
|
@ -24,30 +24,19 @@
|
|
|
|
|
#ifndef BOARD_H |
|
|
|
|
#define BOARD_H |
|
|
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
|
#include "board_common.h" |
|
|
|
|
|
|
|
|
|
#include "cpu.h" |
|
|
|
|
#include "periph_conf.h" |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
extern "C" { |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @brief xtimer configuration |
|
|
|
|
* @brief Xtimer configuration |
|
|
|
|
* @{ |
|
|
|
|
*/ |
|
|
|
|
#define XTIMER_WIDTH (16) |
|
|
|
|
#define XTIMER_WIDTH (16) |
|
|
|
|
/** @} */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @brief Initialize board specific hardware, including clock, LEDs and std-IO |
|
|
|
|
*/ |
|
|
|
|
void board_init(void); |
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|