UART Driver Interrupt Driven Receive

- The UART driver has been enhanced to allow use of interrupt driven receive buffer and RTS flow control.  It will only be used if enabled and the chip detected has no auto-flow control capability.
This commit is contained in:
Wayne Warthen
2021-09-11 14:01:40 -07:00
parent ed08e5a9bd
commit 14b005d64e
18 changed files with 491 additions and 91 deletions

View File

@@ -51,6 +51,8 @@ Version 3.1.1
- WBW: Added ROM verification to boot process
- WBW: Added Z80 instruction test apps to user area 5 in CP/M & ZSDOS
- WBW: Add support for LINC sound card
- WBW: Add interrupt receive support to UART driver
- PMS: Add XModem transfer within Debug Monitor
Version 3.1
-----------