4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 14:20:27 +08:00
Z8MAN8 cea7670e7f bsp: cvitek: fix cvitek uart driver can not repeat configure
After first called from uart open, the dw8250_uart_configure
API cannot be called again. Otherwise, this will mess up the
device, and uart will not act properly to interrupt again.

Analysis: Configure uart device will close recive interrupte,
causing uart device to malfunction.

Solution: After configure uart device, enable the device's
recive interrupte.

Signed-off-by: Shicheng Chu <1468559561@qq.com>
Reviewed-by: Chen Wang <unicorn_wang@outlook.com>
2024-09-03 20:50:50 -04:00
..
2024-04-29 17:47:50 -04:00
2024-03-02 16:16:22 +08:00
2024-07-17 11:52:27 +08:00
2024-08-25 12:11:57 -04:00
2024-08-25 12:11:57 -04:00