File tree Expand file tree Collapse file tree 14 files changed +16
-16
lines changed
at32/Libraries/rt_drivers
bluetrum/libraries/hal_drivers
gd32/libraries/gd32_drivers
hk32/libraries/rt_drivers
n32g452xx/Libraries/rt_drivers
renesas/libraries/HAL_Drivers
stm32l4r9-st-eval/board/ports
tm4c123bsp/libraries/Drivers Expand file tree Collapse file tree 14 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1818
1919#if !defined(BSP_USING_I2C1 ) && !defined(BSP_USING_I2C2 ) && !defined(BSP_USING_I2C3 ) && !defined(BSP_USING_I2C4 )
2020#error "Please define at least one BSP_USING_I2Cx"
21- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
21+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222#endif
2323
2424static const struct at32_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 1515#if !defined(BSP_USING_UART1 ) && !defined(BSP_USING_UART2 ) && \
1616 !defined(BSP_USING_UART3 )
1717 #error "Please define at least one BSP_USING_UARTx"
18- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
18+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1919#endif
2020
2121struct at32_usart {
Original file line number Diff line number Diff line change 1919
2020#if !defined(BSP_USING_I2C1 ) && !defined(BSP_USING_I2C2 ) && !defined(BSP_USING_I2C3 ) && !defined(BSP_USING_I2C4 )
2121#error "Please define at least one BSP_USING_I2Cx"
22- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
22+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2323#endif
2424
2525static const struct ab32_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 1616
1717#if !defined(BSP_USING_I2C0 ) && !defined(BSP_USING_I2C1 ) && !defined(BSP_USING_I2C2 ) && !defined(BSP_USING_I2C3 )
1818#error "Please define at least one BSP_USING_I2Cx"
19- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
19+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2020#endif
2121
2222static const struct gd32_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 1515#if !defined(BSP_USING_UART0 ) && !defined(BSP_USING_UART1 ) && !defined(BSP_USING_UART2 ) \
1616 && !defined(BSP_USING_UART3 ) && !defined(BSP_USING_UART4 ) && !defined(BSP_USING_UART5 )
1717 #error "Please define at least one BSP_USING_UARTx"
18- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
18+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1919#endif
2020
2121struct gd32_usart {
Original file line number Diff line number Diff line change 1818
1919#if !defined(BSP_USING_I2C1 ) && !defined(BSP_USING_I2C2 ) && !defined(BSP_USING_I2C3 ) && !defined(BSP_USING_I2C4 )
2020 #error "Please define at least one BSP_USING_I2Cx"
21- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
21+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222#endif
2323
2424static const struct hk32_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 1414#ifdef RT_USING_SERIAL
1515#if !defined(BSP_USING_UART1 ) && !defined(BSP_USING_UART2 )
1616 #error "Please define at least one BSP_USING_UARTx"
17- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
17+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
1818#endif
1919
2020struct hk32_usart
Original file line number Diff line number Diff line change 1818
1919#if !defined(BSP_USING_I2C1 ) && !defined(BSP_USING_I2C2 ) && !defined(BSP_USING_I2C3 ) && !defined(BSP_USING_I2C4 )
2020 #error "Please define at least one BSP_USING_I2Cx"
21- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
21+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2222#endif
2323
2424static const struct n32_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 2323
2424#if !defined(BSP_USING_I2C0 ) && !defined(BSP_USING_I2C1 )
2525 #error "Please define at least one BSP_USING_I2Cx"
26- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
26+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2727#endif
2828
2929static const struct ra_soft_i2c_config soft_i2c_config [] =
Original file line number Diff line number Diff line change 1919#if !defined(BSP_USING_PULSE_ENCODER1 ) && !defined(BSP_USING_PULSE_ENCODER2 ) && !defined(BSP_USING_PULSE_ENCODER3 ) \
2020 && !defined(BSP_USING_PULSE_ENCODER4 ) && !defined(BSP_USING_PULSE_ENCODER5 ) && !defined(BSP_USING_PULSE_ENCODER6 )
2121 #error "Please define at least one BSP_USING_PULSE_ENCODERx"
22- /* this driver can be disabled at menuconfig → RT-Thread Components → Device Drivers */
22+ /* this driver can be disabled at menuconfig -> RT-Thread Components -> Device Drivers */
2323#endif
2424
2525#define AUTO_RELOAD_VALUE 0x7FFF
You can’t perform that action at this time.
0 commit comments