- Feb 21, 2014
-
-
Gregory Nutt authored
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
-
- Feb 19, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 18, 2014
-
-
Gregory Nutt authored
-
- Feb 11, 2014
-
-
Gregory Nutt authored
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
-
- Feb 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
-
- Feb 07, 2014
-
-
Gregory Nutt authored
-
- Feb 02, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 29, 2014
-
-
Gregory Nutt authored
-
- Jan 21, 2014
-
-
Gregory Nutt authored
VI: all commands not seem functional. Still at least on display artifact and probably some things not properly tested
-
Gregory Nutt authored
-
- Jan 20, 2014
-
-
Gregory Nutt authored
-
- Jan 18, 2014
-
-
Gregory Nutt authored
NSH: Add a break command; if-then-else and looping behavior can not be configured out of the build for small systems that need minimal scripting capability
-
Gregory Nutt authored
NSH: Loosen up if-then-else-fi syntx so that a command can be on the same line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
-
- Jan 17, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 16, 2014
-
-
Gregory Nutt authored
-
- Jan 15, 2014
-
-
Gregory Nutt authored
-
- Jan 12, 2014
-
-
Gregory Nutt authored
-
- Jan 11, 2014
-
-
Gregory Nutt authored
NSH can not handle command arguments that are concatenations of constant strings, command output, application program output, and environment varaible values.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
-
- Jan 09, 2014
-
-
Gregory Nutt authored
-
- Jan 04, 2014
-
-
Gregory Nutt authored
-
- Jan 01, 2014
-
-
Gregory Nutt authored
-
- Dec 29, 2013
-
-
Gregory Nutt authored
-
- Dec 12, 2013
-
-
Gregory Nutt authored
-
- Dec 07, 2013
-
-
Gregory Nutt authored
-
- Dec 06, 2013
-
-
Gregory Nutt authored
-
- Nov 29, 2013
-
-
Gregory Nutt authored
-
- Nov 17, 2013
-
-
Gregory Nutt authored
-
- Nov 10, 2013
-
-
Gregory Nutt authored
-
Gregory Nutt authored
NxPlayer play thread stack size is now configurable; all NxPlayer threads are named via pthread_setname_np(). From Ken Pettit
-
- Nov 07, 2013
-
-
Gregory Nutt authored
-
- Nov 06, 2013
-
-
Gregory Nutt authored
-