commit | 64ee885950434e086c067891790ae8c579656c6a | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Thu Jul 04 12:32:47 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Oct 02 14:41:50 2024 +0100 |
tree | d46819fb17a9004cb8305f57f04cd97b49179d75 | |
parent | fc0437c0b806f3ffb02fc840048d5288a55e4aeb [diff] |
usb: device_next: align CDC ACM UART with Interrupt-driven UART API Align CDC ACM UART with Interrupt-driven UART API behavior description. Use the same flags in uart_irq_rx_ready(), uart_irq_tx_ready(), and uart_irq_is_pending(), which are updated after each uart_irq_update() call. Allow TX FIFO to be filled if there is space. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>