Revision 1678f270 modules/RT-STM32L476RG-NUCLEO64/mcuconf.h

View differences:

modules/RT-STM32L476RG-NUCLEO64/mcuconf.h
114 114
#define STM32_ADC_COMPACT_SAMPLES           FALSE
115 115
#define STM32_ADC_USE_ADC1                  FALSE
116 116
#define STM32_ADC_USE_ADC2                  FALSE
117
#define STM32_ADC_USE_ADC3                  FALSE
117
#define STM32_ADC_USE_ADC3                  TRUE // turned on
118 118
#define STM32_ADC_ADC1_DMA_STREAM           STM32_DMA_STREAM_ID(1, 1)
119 119
#define STM32_ADC_ADC2_DMA_STREAM           STM32_DMA_STREAM_ID(1, 2)
120 120
#define STM32_ADC_ADC3_DMA_STREAM           STM32_DMA_STREAM_ID(1, 3)
......
178 178
 */
179 179
#define STM32_I2C_USE_I2C1                  FALSE
180 180
#define STM32_I2C_USE_I2C2                  FALSE
181
#define STM32_I2C_USE_I2C3                  FALSE
181
#define STM32_I2C_USE_I2C3                  TRUE
182 182
#define STM32_I2C_BUSY_TIMEOUT              50
183 183
#define STM32_I2C_I2C1_RX_DMA_STREAM        STM32_DMA_STREAM_ID(1, 7)
184 184
#define STM32_I2C_I2C1_TX_DMA_STREAM        STM32_DMA_STREAM_ID(1, 6)

Also available in: Unified diff