forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx9/serial: Take proper use of RX/TX FIFOs, clean up interrupt servi…
…ce routine - i.MX93 LPUARTs have 16-byte RX and TX FIFOs. Take those into use and correct some related register definitions - There is no reason to loop inside interrupt handler, remove the looping Signed-off-by: Jukka Laitinen <[email protected]>
- Loading branch information
Jukka Laitinen
committed
Oct 29, 2024
1 parent
adf17f7
commit 5d4d296
Showing
3 changed files
with
93 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters