commit | fb1ffff7d31016a5bb0c6b3b60ee9c444c48bde4 | [log] [tgz] |
---|---|---|
author | Hake Huang <hake.huang@oss.nxp.com> | Wed Oct 02 12:26:15 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 15 19:09:19 2024 -0400 |
tree | 248edad3b1b66f4abf48f55d91a1f49f08df250d | |
parent | bfe3c4353c7945fdedbdd99698eb228da6897749 [diff] |
driver: uart: uart_mcux_lpuart fix issues in async api 1. optimized the logic for buffer usage in async api 2. skip timeout flush when the remaining counts is 0, as this will trigger dma_callback to process. 3. remove scatter mode, as we are not using this mode 4. trigger after dma_reload. Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>