summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2014-01-171-0/+7
| | | | forthcoming looping
* 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 ↵Gregory Nutt2014-01-111-0/+3
| | | | strings, command output, application program output, and environment varaible values.
* 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 ↵Gregory Nutt2014-01-101-0/+6
| | | | multiple, semicolone separated commands on each line
* 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 ↵Gregory Nutt2013-12-291-0/+3
| | | | apps/platform/stm3240g-eval/
* 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
| | | | function
* NSH mount count updated from Ken PettitGregory Nutt2013-11-171-1/+3
|
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-101-0/+2
| | | | to verify I2S
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ↵Gregory Nutt2013-11-101-1/+3
| | | | are named via pthread_setname_np(). From Ken Pettit
* apps/examples/composite: Bug fix. Wrong handle being nullified. From ↵Gregory Nutt2013-11-071-0/+2
| | | | David Sidrane
* 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 ↵Gregory Nutt2013-11-041-1/+2
| | | | features
* 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 ↵Gregory Nutt2013-11-011-1/+2
| | | | storage. From Ken Pettit
* 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 ↵Gregory Nutt2013-10-301-0/+2
| | | | data. From Ken Pettit
* Fine tuning of memory usage in examples/cc3000 from David SidraneGregory Nutt2013-10-301-0/+3
|
* Add interface definition for platform-specific storage of configuration ↵Gregory Nutt2013-10-301-2/+3
| | | | data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-301-0/+5
|
* Prep for release 6.31nuttx-6.31Gregory Nutt2013-10-281-1/+1
|
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-281-2/+5
|
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-271-0/+2
|
* apps/examples/cc3000 updated by David SidraneGregory Nutt2013-10-251-0/+1
|
* apps/examples/adc: Add support for software triggeringGregory Nutt2013-10-251-0/+2
|
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-241-0/+2
|
* apps/examples/cc3000 update from David Sidrane. Plus some kruft removalGregory Nutt2013-10-241-0/+2
|
* Telnetd: Missing argument in debug statement can cause crash in certain ↵Gregory Nutt2013-10-241-0/+3
| | | | error conditions. From David Sidrane
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-231-0/+3
|
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-201-2/+3
|
* Updated CC30000 example from David SidraneGregory Nutt2013-10-161-0/+2
|
* apps/Makefile should include external/Make.defs so that external ↵Gregory Nutt2013-10-141-0/+8
| | | | applications can participate in the menu configuration
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-101-0/+2
|
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-0/+2
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-0/+6
| | | | system
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-251-0/+2
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+2
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
|