[bsp][stm32][uart]:fix stm32 uart timout (#10022)

fix:stm32 uart timout
This commit is contained in:
CYFS
2025-03-03 10:20:35 +08:00
committed by GitHub
parent 88195c8cab
commit 2445b1d781
109 changed files with 547 additions and 13 deletions

View File

@@ -32,6 +32,11 @@ menu "On-chip Peripheral Drivers"
default y
select RT_USING_SERIAL
if BSP_USING_UART
config BSP_STM32_UART_V1_TX_TIMEOUT
int "UART TX timeout"
default 2000
depends on RT_USING_SERIAL_V1
config BSP_USING_UART1
bool "Enable UART1"
default y