summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* NSH: More break documentationGregory Nutt2014-01-181-0/+1
* NSH: Improved documentation of the break commandGregory Nutt2014-01-181-2/+10
* NSH: Add a break command; if-then-else and looping behavior can not be confi...Gregory Nutt2014-01-187-19/+149
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same li...Gregory Nutt2014-01-172-12/+7
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-176-54/+423
* Add true and false commands; repartition some logic to better support forthco...Gregory Nutt2014-01-175-57/+140
* Updated READMEGregory Nutt2014-01-161-145/+145
* INI parser updateGregory Nutt2014-01-162-38/+161