Gregory Nutt
|
c4512f5ddf
|
apps/nshlib: Fix problem in last commit. CONFIG_BOARDCTL_FINALINIT=y is an insufficient condition for calling boardctl(BOARDIOC_FINALINIT, 0). Also need CONFIG_NSH_ARCHINIT=y.
|
2018-08-28 15:48:51 -06:00 |
|
ligd
|
93f1c13b62
|
apps/: Call BOARDIOC_FINALINIT after start-up script (or immediately after BOARIOC_INIT is there is no start-up script).
|
2018-08-28 15:44:03 -06:00 |
|
Gregory Nutt
|
468bdcf8e6
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:13:39 -06:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
6671be97cc
|
dd support for a USB keyboard as the NxConsole and text widget input. Not fully functional as of this initial check-in. Basic functionality is there, but there are conditions were the keyboard gets lost.
|
2014-07-30 17:01:51 -06:00 |
|
Gregory Nutt
|
14297d4e30
|
NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will persist
|
2014-07-03 17:08:59 -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 |
|