Choco OS  V.0.16.9.0
Join to the chocolate world
oc_drivers_list.h
1 
28 #ifndef SYSTEM_CONFIG_OC_DRIVERS_LIST_H_
29 #define SYSTEM_CONFIG_OC_DRIVERS_LIST_H_
30 
31 #include <oc_cfg.h>
32 
33 //==========================================================================================================================================
38 //==========================================================================================================================================
39 #define CFG_LIST_DRIVERS(TURN_ON,TURN_OFF) \
40  TURN_OFF(TIMER) \
41  TURN_ON(GPIO) \
42  TURN_ON(UART) \
43  TURN_ON(PWM) \
44  TURN_ON(LED) \
45  TURN_OFF(LCDTFT) \
46  TURN_OFF(FMC) \
47  TURN_OFF(ETH) \
48 
49 #endif /* SYSTEM_CONFIG_OC_DRIVERS_LIST_H_ */
Helper macros for configurations files.