summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* cosmetic changes to README files and commentsGregory Nutt2014-02-271-1/+1
* NSH cat command now adds to newline at the end of the file so that the NSH pr...Gregory Nutt2014-02-272-1/+18
* Should CPU load on each thread in the PS commandGregory Nutt2014-02-272-3/+156
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-252-5/+7
* For Telnetd password/username fixes from Bertikd Van den BerghGregory Nutt2014-02-221-2/+2
* NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password ...Gregory Nutt2014-02-222-2/+4
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration se...Gregory Nutt2014-02-202-35/+75
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-207-35/+67
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools b...Gregory Nutt2014-02-201-0/+9
* Spark configuration updated from David SidraneGregory Nutt2014-02-191-2/+2
* Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-...Gregory Nutt2014-02-194-7/+10
* mkdir can now be used to create empty directories in the pseudo-filesystem.Gregory Nutt2014-02-195-7/+10
* rmdir now may be used to remove empty nodes from the pseudo-filesystemGregory Nutt2014-02-194-5/+10
* Fix some errors in the last Kconfig files checked inGregory Nutt2014-02-181-4/+3
* Incomplete Kconfig files fleshed out by Alan Carvalho de AssisGregory Nutt2014-02-183-0/+100
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-142-2/+2
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-1021-72/+80
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-102-1/+4
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-105-11/+78
* Fix some errors in the clean target of the windows native buildGregory Nutt2014-02-101-17/+16
* More changes for a correct NSH Windows natvie buildGregory Nutt2014-02-072-1/+14
* More changes to restore the native Windows buildGregory Nutt2014-02-071-0/+2
* Some Windows native build fixesGregory Nutt2014-02-071-1/+6
* Update README with configuration warningGregory Nutt2014-02-041-1/+1
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-032-1/+14
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-022-18/+18
* CLE: Remove some un-used constant data definitionsGregory Nutt2014-02-021-13/+9
* CLE: Forgot to NUL terminate the command lineGregory Nutt2014-02-022-6/+12
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-021-137/+149
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-0212-8/+1232
* VI: cosmetic updates to commentsGregory Nutt2014-02-012-10/+9
* vi: Add missing BSD headerGregory Nutt2014-01-312-1/+42
* VI: Finally test vi file-related command, fixed bugs, and add file read commandGregory Nutt2014-01-301-59/+218
* Preparation for NuttX-6.33 release (maybe tomorrow)Gregory Nutt2014-01-291-2/+4
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-2/+2
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-3/+3
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-4/+5
* NSH cosmetic changesGregory Nutt2014-01-242-5/+4
* apps/examples/ostest: Spelling fix from Richard CochranGregory Nutt2014-01-231-1/+1
* VI: Fix loss of status line on display updateGregory Nutt2014-01-211-1/+1
* VI: all commands not seem functional. Still at least on display artifact and...Gregory Nutt2014-01-213-12/+29
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-215-46/+59
* VI: Several bug fixesGregory Nutt2014-01-211-49/+136
* VI: Turn off cursor when updating screen; eliminate some warningsGregory Nutt2014-01-211-9/+70
* VI: Send the BEL character on errors to make a noise on errorsGregory Nutt2014-01-201-1/+30
* VI: Display origin for VT100 is (1,1), not (0,0)Gregory Nutt2014-01-202-5/+16
* VI: Fix some display and cursor position bugs... still plenty of bugsGregory Nutt2014-01-201-47/+73
* Fix formatting of the VT100 escapte sequenceGregory Nutt2014-01-201-13/+24
* VI: Add some debug instrumentationGregory Nutt2014-01-203-32/+174
* apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.Gregory Nutt2014-01-207-3/+3353