summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Recent NSH changes broke the minimal NSH configurationGregory Nutt2014-01-121-3/+5
|
* Fix a memory leak in last NSH change: Forgot to close a temporary fileGregory Nutt2014-01-122-5/+13
|
* NSH can not handle command arguments that are concatenations of constant ↵Gregory Nutt2014-01-112-104/+370
| | | | strings, command output, application program output, and environment varaible values.
* Back quoted NSH arguments now functionalGregory Nutt2014-01-116-100/+445
|
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-104-18/+307
|
* NSH parser: Separate logic that executes a command into a separate functionGregory Nutt2014-01-102-299/+311
|
* NSH: Separate command line parsing from command execution. Add support for ↵Gregory Nutt2014-01-107-738/+197
| | | | multiple, semicolone separated commands on each line
* NSH: Separate command line parsing from command executionGregory Nutt2014-01-101-0/+742
|
* NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC ↵Gregory Nutt2014-01-091-2/+2
| | | | is necessary. For now, just removed the dependency on DHCPC in the Kconfig file, but more thought is needed.
* Add support for the XPT2046 touchscreen controller on the Viewtool LCD moduleGregory Nutt2014-01-091-8/+9
|
* NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt2014-01-095-4/+11
|
* apps/builtin: Native Windows build fixes from Max HoltzbergGregory Nutt2014-01-042-3/+5
|
* README and other cosmetic updatesGregory Nutt2014-01-041-1/+7
|
* Add Z16F NSH configurationGregory Nutt2014-01-011-1/+1
|
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-013-1/+47
|
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ↵Gregory Nutt2013-12-301-0/+16
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-4/+10
| | | | the NxConsole for now because there are issues with the kernel build.