commit | 08fedb4a80c3547a92354a88d5029ebb1f3f250f | [log] [tgz] |
---|---|---|
author | Jun Lin <CHLin56@nuvoton.com> | Tue Apr 23 14:33:09 2024 +0800 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Apr 26 16:13:25 2024 +0200 |
tree | febea2ea341a6ff6dc8b35ef835f07dc2f4f43f3 | |
parent | 3ba7874cd5221a79b663da92db50b402909ad3a9 [diff] |
drivers: uart: npcx: add asychronous API support This commit implement the UART asynchronous API mode support. When the API is used, the UART hardware cooperates with the DMA (MDMA) module to handle the the data transfer and receiving. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>