Oleg Evseev
|
8ee1e79d03
|
fix copy-paste typo in nsh_usbconsole.c
|
2017-06-19 15:05:06 +00:00 |
|
Gregory Nutt
|
6951366eca
|
Replace all calls to the OS internal usbdev_serialinitialize with proper calls to boardctl()
|
2016-03-25 16:00:28 -06:00 |
|
Gregory Nutt
|
a31300cb05
|
Replace calls to OS internal cdcacm_*, usbmsc_*, and composite_* with boardctl() calls
|
2016-03-25 13:26:00 -06:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
4542091dac
|
NSH USB Console: Add logic to restart the console wait if an error occurs while reading from the console. In USB console startup, the logic must be able to open the USB serial and receive 3 newlines. However, it the USB driver is disconnected or otherwise fails before the 3 newlines are received, the receive loop becomes a killer, infinite loop, CPU hog. Noted by spasbyspas
|
2014-11-16 06:48:46 -06:00 |
|
Gregory Nutt
|
9a49735c4b
|
NSH: Add an option to take stdin from a USB keyboard device
|
2014-07-03 16:25:02 -06:00 |
|