rusEFI
The most advanced open source ECU
halconf.h
Go to the documentation of this file.
1 /**
2  * @file boards/subarue_eg33/halconf.h
3  *
4  * @brief In this header we can override halconf.h.
5  *
6  * @date Feb 06, 2021
7  * @author Andrey Gusakov, 2021
8  */
9 
10 #ifndef _HALCONF_SUBARUEG33_H_
11 #define _HALCONF_SUBARUEG33_H_
12 
13 /* this file is exist just to include mcuconf.h from THIS directory */
14 #include "mcuconf.h"
15 
16 #define HAL_USE_WSPI TRUE
17 
18 #define SNOR_SHARED_BUS FALSE
19 
20 #define WSPI_USE_MUTUAL_EXCLUSION FALSE
21 
22 #include "../../../hw_layer/ports/stm32/stm32f7/cfg/halconf.h"
23 
24 #endif /* _HALCONF_SUBARUEG33_H_ */