board.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2020 Savoir-faire Linux
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
21 #ifndef BOARD_H
22 #define BOARD_H
23 
24 #include "cpu.h"
25 #include "periph_conf.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
34 void board_init(void);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* BOARD_H */
41 
periph_conf.h
Board specific implementations for the STM32MP157C-DK2 board.
board_init
void board_init(void)
Board level initialization.