Skip to content

Serial Logging Main Interface

Matthew Arnold requested to merge MatthewA/serial-logging-linux-interface into develop
  • Add terminal device classes that a terminal handler interacts with. These devices are interchangeable and are either compatible with a UART line or stdin/out.
  • Add a "terminal serial" class that reads from the terminal handler and forwards serial requests to a mapped handler.
Edited by Matthew Arnold

Merge request reports