summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-1021-72/+80
| | | | but probably some new typos introduced
* 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 ↵Gregory Nutt2014-02-105-11/+78
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* 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 ↵Gregory Nutt2014-01-213-12/+29
| | | | and probably some things not properly tested
* Networking: Improved status reporting and new carrier management ↵Gregory Nutt2014-01-215-46/+59
| | | | interfaces. From Max Holtzberg
* 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 ↵Gregory Nutt2014-01-187-19/+149
| | | | configured out of the build for small systems that need minimal scripting capability
* NSH: Loosen up if-then-else-fi syntx so that a command can be on the same ↵Gregory Nutt2014-01-172-12/+7
| | | | 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
* 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 ↵Gregory Nutt2014-01-175-57/+140
| | | | forthcoming looping
* Updated READMEGregory Nutt2014-01-161-145/+145
|
* INI parser updateGregory Nutt2014-01-162-38/+161
|
* Mostly cosmetic changes to INI file parserGregory Nutt2014-01-161-10/+12
|
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-162-3/+5
|
* Remove carriage returns from INI file parser filesGregory Nutt2014-01-152-828/+828
|
* Add a tiny INI file parserGregory Nutt2014-01-1510-5/+978
|
* If write buffering is enabled, then it is necessary to release the write ↵Gregory Nutt2014-01-141-3/+11
| | | | buffer resources (callback structure) when the socket is closed
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-146-18/+23
|
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-133-11/+12
| | | | buffering
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-132-1/+9
|