- Jan 24, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 23, 2014
-
-
Gregory Nutt authored
-
- Jan 21, 2014
-
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 20, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 18, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 15, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
If write buffering is enabled, then it is necessary to release the write buffer resources (callback structure) when the socket is closed
-
- Jan 14, 2014
-
-
Gregory Nutt authored
-
- Jan 13, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
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
-
Gregory Nutt authored
-
- Jan 09, 2014
-
-
Gregory Nutt authored
NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC is necessary. For now, just removed the dependency on DHCPC in the Kconfig file, but more thought is needed.
-