Signed-off-by: Francois Berder <francois.berder@imgtec.com>
@ -1,4 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
@ -12,7 +12,6 @@
#include "periph/uart.h"
#include "bitarithm.h"
#include "board.h"
#include "periph_conf.h"
extern void dummy(void);
@ -28,6 +28,8 @@
#ifndef _BOARD_H_
#define _BOARD_H_
#ifdef __cplusplus
extern "C" {
#endif
@ -23,6 +23,8 @@
#ifndef _PERIPH_CONF_H_
#define _PERIPH_CONF_H_
#include "periph_cpu.h"
@ -8,7 +8,7 @@
*
*/
/* This file must exist to get timer code to build */
#include "periph_cpu_common.h"