File tree Expand file tree Collapse file tree
acm32/acm32f4xx-nucleo/drivers
libraries/template/lpc55s6xxxx/board Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ menu "On-chip Peripheral Drivers"
183183
184184 config BSP_USING_LPUART
185185 bool "Enable LPUART"
186- select RT_USING_UART
186+ select RT_USING_SERIAL
187187 default n
188188
189189 menu "Hardware I2C"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ menu "Drivers Configuration"
7979
8080 menuconfig BSP_USING_UART
8181 bool "Enable UART"
82- select RT_USING_UART
82+ select RT_USING_SERIAL
8383 default y
8484
8585 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ menu "On-chip Peripheral Drivers"
2222 menuconfig BSP_USING_UART
2323 config BSP_USING_UART
2424 bool "Enable UART"
25- select RT_USING_UART
25+ select RT_USING_SERIAL
2626 default y
2727
2828 if BSP_USING_UART
You can’t perform that action at this time.
0 commit comments