- Mar 18, 2014
-
-
Gregory Nutt authored
-
- Mar 15, 2014
-
-
Gregory Nutt authored
-
- Mar 13, 2014
-
-
Gregory Nutt authored
SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM4E-EK NSH configuration now has networking enabled by default
-
- Mar 12, 2014
-
-
Gregory Nutt authored
-
- Mar 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Mar 06, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Support for the older, manual configurations has been completely removed from the NuttX build system
-
- Mar 01, 2014
-
-
Gregory Nutt authored
-
- Feb 25, 2014
-
-
Gregory Nutt authored
-
- 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
-
- Feb 18, 2014
-
-
Gregory Nutt authored
-
- Feb 16, 2014
-
-
Gregory Nutt authored
-
- Feb 12, 2014
-
-
Gregory Nutt authored
-
- Feb 10, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Release script no longer tries to keep copies of the ChangeLog and TODO list in the Documentation directory
-
- Feb 08, 2014
-
-
Gregory Nutt authored
-
- Feb 07, 2014
-
-
Gregory Nutt authored
-
- Feb 06, 2014
-
-
Gregory Nutt authored
-
- Feb 03, 2014
-
-
Gregory Nutt authored
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
-
Gregory Nutt authored
-
- Feb 01, 2014
-
-
Gregory Nutt authored
-
- Jan 30, 2014
-
-
Gregory Nutt authored
-
- Jan 27, 2014
-
-
Gregory Nutt authored
-
- Jan 25, 2014
-
-
Gregory Nutt authored
-
- Jan 24, 2014
-
-
Gregory Nutt authored
-
- Jan 22, 2014
-
-
Gregory Nutt authored
-
- Jan 20, 2014
-
-
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
-
- Jan 16, 2014
-
-
Gregory Nutt authored
-
- Jan 13, 2014
-
-
Gregory Nutt authored
-
- Jan 12, 2014
-
-
Gregory Nutt authored
-
- Jan 11, 2014
-
-
Gregory Nutt authored
-
- Jan 10, 2014
-
-
Gregory Nutt authored
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
-