]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Fixed bug with standalone UART CLI
authorJacob Alexander <haata@kiibohd.com>
Sat, 28 Jun 2014 21:12:56 +0000 (14:12 -0700)
committerJacob Alexander <haata@kiibohd.com>
Sat, 28 Jun 2014 21:12:56 +0000 (14:12 -0700)
commit0365d517fe6123429a955d866879eed1956b9f44
tree8cdf1d51e33d50c1ade2696ec5267aa96c2f2916
parentdd8b04dce2d963ddbfd01dfc7822f6f7c24c3302
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
CMakeLists.txt
Output/uartOut/arm/uart_serial.c
Output/uartOut/output_com.c
Output/usbMuxUart/output_com.c