summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Expand)AuthorAgeFilesLines
* NSH cat command now adds to newline at the end of the file so that the NSH pr...Gregory Nutt2014-02-271-1/+7
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-221-0/+2
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-201-0/+3
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-2/+8
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-191-2/+5
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-191-0/+3
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-191-1/+3
* Incomplete Kconfig files fleshed out by Alan Carvalho de AssisGregory Nutt2014-02-181-0/+3
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-0/+3
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-1/+1
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-101-1/+2
* More changes to restore the native Windows buildGregory Nutt2014-02-071-0/+2
* CLE: Forgot to NUL terminate the command lineGregory Nutt2014-02-021-2/+1
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-021-0/+7
* Preparation for NuttX-6.33 release (maybe tomorrow)Gregory Nutt2014-01-291-2/+4
* VI: all commands not seem functional. Still at least on display artifact and...Gregory Nutt2014-01-211-1/+3
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-0/+3
* apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.Gregory Nutt2014-01-201-0/+2
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-181-1/+6
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-171-0/+5
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-171-0/+4
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-171-0/+7
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-0/+2
* Add a tiny INI file parserGregory Nutt2014-01-151-1/+3
* Fix a memory leak in last NSH change: Forgot to close a temporary fileGregory Nutt2014-01-121-0/+2
* NSH can not handle command arguments that are concatenations of constant stri...Gregory Nutt2014-01-111-0/+3
* Back quoted NSH arguments now functionalGregory Nutt2014-01-111-0/+2
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-101-0/+3
* NSH parser: Separate logic that executes a command into a separate functionGregory Nutt2014-01-101-0/+3
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-0/+6
* NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt2014-01-091-1/+4
* apps/builtin: Native Windows build fixes from Max HoltzbergGregory Nutt2014-01-041-0/+2
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-011-0/+1
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-291-0/+3
* Modified NSH 'df -h' command to do some saner conversions. From Ken PettitGregory Nutt2013-12-121-0/+5
* Prep for the NuttX-6.32 Releasenuttx-6.32Gregory Nutt2013-12-071-6/+7
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-0/+2
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-291-0/+4
* NSH mount count updated from Ken PettitGregory Nutt2013-11-171-1/+3
* Add apps/examples/i2schar that will eventually use the I2C character drvier t...Gregory Nutt2013-11-101-0/+2
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ar...Gregory Nutt2013-11-101-1/+3
* apps/examples/composite: Bug fix. Wrong handle being nullified. From David...Gregory Nutt2013-11-071-0/+2
* NSH library: Allow USB trace without a USB consoleGregory Nutt2013-11-061-0/+3
* apps/platform/mikroe-stm32f4 updated to use new MTD configuratino driver feat...Gregory Nutt2013-11-041-1/+2
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-041-0/+2
* apps/platform/Makefile was not dealing with the bin subdirectory correctlyGregory Nutt2013-11-021-0/+3
* The Mikroe STM32 F4 board now uses /dev/config for configuration data storage...Gregory Nutt2013-11-011-1/+2
* Add skip= and count= options to the NSH hexdump command. From Ken PettitGregory Nutt2013-11-011-0/+2
* apps/platform/mikroe-stm32f4 now support platform-specific configuration data...Gregory Nutt2013-10-301-0/+2
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-301-0/+3