Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Output/uartOut/arm
Jacob Alexander 0365d517fe Fixed bug with standalone UART CLI
- Sending characters to the UART before it's ready would overflow the buffer causing it to hang
- Added a check to make sure the interface is ready before starting to send characters
- Removed the incorrect check for the usbMuxUart to make sure usb is ready before sending over the uart
2014-06-28 14:12:56 -07:00
..
uart_serial.c Fixed bug with standalone UART CLI 2014-06-28 14:12:56 -07:00
uart_serial.h Initial code for ARM UART output module (mainly for CLI) 2014-06-28 13:55:25 -07:00