commit | c30ac4dfd88b730a13161185a3d478ddf9355f9f | [log] [tgz] |
---|---|---|
author | Tomasz Moń <tomasz.mon@nordicsemi.no> | Fri May 24 08:50:31 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon May 27 14:04:35 2024 +0100 |
tree | 43c3b76ea67f2c82b0ca56dcfff6466544b430d5 | |
parent | 1784446c8d07150f55b0badf539af37d9e2b847d [diff] |
usb: device_next: CDC ACM: Process TX on configuration enable If CDC ACM uart side has TX enabled when the configuration gets enabled, depending on fifo state following has to happen: * if the fifo is empty - trigger TX ready interrupt * if the fifo is not empty - queue TX data on IN endpoint Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>