Revision bb46c559 templates/alldconf.h

View differences:

templates/alldconf.h
34 34
 */
35 35
#define AMIROLLD_CFG_TIME_SIZE          32
36 36

  
37
/*
38
 * DEACTIVATE DRIVERS BY UNDEFINING (i.e. commenting) THE ACCORDING MACROS.
39
 */
40

  
41
/**
42
 * @brief   Enable flag for the A3906 motor driver.
43
 * @note    Comment to disable.
44
 */
45
#define AMIROLLD_CFG_USE_A3906
46

  
47
/**
48
 * @brief   Enable flag for the AT24C01BN-SH-B EEPROM.
49
 * @note    Comment to disable.
50
 */
51
#define AMIROLLD_CFG_USE_AT24C01BN
52

  
53
/**
54
 * @brief   Enable flag for the BQ24103A battery charger.
55
 * @note    Comment to disable.
56
 */
57
#define AMIROLLD_CFG_USE_BQ24103A
58

  
59
/**
60
 * @brief   Enable flag for the BQ27500 fuel gauge.
61
 * @note    Comment to disable.
62
 */
63
#define AMIROLLD_CFG_USE_BQ27500
64

  
65
/**
66
 * @brief   Enable flag for the MHC5883L compass.
67
 * @note    Comment to disable.
68
 */
69
#define AMIROLLD_CFG_USE_HMC5883L
70

  
71
/**
72
 * @brief   Enable flag for the INA219 power monitor.
73
 * @note    Comment to disable.
74
 */
75
#define AMIROLLD_CFG_USE_INA219
76

  
77
/**
78
 * @brief   Enable flag for the L3G4200D gyroscope.
79
 * @note    Comment to disable.
80
 */
81
#define AMIROLLD_CFG_USE_L3G4200D
82

  
83
/**
84
 * @brief   Enable flag for the status LED.
85
 * @note    Comment to disable.
86
 */
87
#define AMIROLLD_CFG_USE_LED
88

  
89
/**
90
 * @brief   Enable flag for the LIS331DLH accelerometer.
91
 * @note    Comment to disable.
92
 */
93
#define AMIROLLD_CFG_USE_LIS331DLH
94

  
95
/**
96
 * @brief   Enable flag for the LTC4412 power path controller.
97
 * @note    Comment to disable.
98
 */
99
#define AMIROLLD_CFG_USE_LTC4412
100

  
101
/**
102
 * @brief   Enable flag for the MPR121 touch sensor.
103
 * @note    Comment to disable.
104
 */
105
#define AMIROLLD_CFG_USE_MPR121
106

  
107
/**
108
 * @brief   Enable flag for the PCA9544A I2C multiplexer.
109
 * @note    Comment to disable.
110
 */
111
#define AMIROLLD_CFG_USE_PCA9544A
112

  
113
/**
114
 * @brief   Enable flag for the PKLCS1212E4001 buzzer.
115
 * @note    Comment to disable.
116
 */
117
#define AMIROLLD_CFG_USE_PKLCS2121E4001
118

  
119
/**
120
 * @brief   Enable flag for the TLC5947 LED driver.
121
 * @note    Comment to disable.
122
 */
123
#define AMIROLLD_CFG_USE_TLC5947
124

  
125
/**
126
 * @brief   Enable flag for the TPS2051BDBV power switch.
127
 * @note    Comment to disable.
128
 */
129
#define AMIROLLD_CFG_USE_TPS2051BDBV
130

  
131
/**
132
 * @brief   Enable flag for the TPS62113 step-down converter.
133
 * @note    Comment to disable.
134
 */
135
#define AMIROLLD_CFG_USE_TPS62113
136

  
137 37
/**
138
 * @brief   Enable flag for the VCNL4020 proximity sensor.
139
 * @note    Comment to disable.
38
 * @brief   Enable flag a driver <driver_name>.
39
 * @details Use multiple such enable flags to activate drivers as required.
40
 *          Replace <driver_name> by the according value (e.g. use
41
 *          AMIROLLD_CFG_USE_A3906 in order to enable the A3906 motor driver.
140 42
 */
141
#define AMIROLLD_CFG_USE_VCNL4020
43
#define AMIROLLD_CFG_USE_<driver_name>
142 44

  
143 45
#endif /* _ALLDCONF_H_ */

Also available in: Unified diff