board_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 Eistec AB
3  * 2019 Inria
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser General
6  * Public License v2.1. See the file LICENSE in the top level directory for more
7  * details.
8  */
9 
23 #ifndef BOARD_COMMON_H
24 #define BOARD_COMMON_H
25 
26 #include "cpu.h"
27 #include "periph_conf.h"
28 
29 #ifdef __cplusplus
30 extern "C"
31 {
32 #endif
33 
37 void board_init(void);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* BOARD_COMMON_H */
44 
board_init
void board_init(void)
Initialize board specific hardware, including clock, LEDs and std-IO.