在传输完成后没有UART_IRQ_Handler调用(它在调试模式下工作)ENSockets有两种主要的操作方式:面向连接的和...
Previously, USART_WCH_IRQ_HANDLER used DT_INST_IRQ(index, priority), which incorrectly referenced index instead of idx. This issue went undetected because IRQ_CONNECT drops the priority value on all boards supported by this driver. Fix by using DT_INST_IRQ(idx, priority). drivers: uart: wch...