summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* configs/sim/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-0/+12
|
* 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 ↵Gregory Nutt2014-02-272-1/+18
| | | | prompt is always on a newline
* 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. ↵Gregory Nutt2014-02-252-5/+7
| | | | This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
* 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
| | | | buffers. From Bertold Van den Bergh
* Add CONFIG_DEFAULT_SMALL that will select default values for configuration ↵Gregory Nutt2014-02-202-35/+75
| | | | settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new ↵Gregory Nutt2014-02-207-35/+67
| | | | configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools ↵Gregory Nutt2014-02-201-0/+9
| | | | by Alan Carvalho de Assis
* Spark configuration updated from David SidraneGregory Nutt2014-02-191-2/+2
|
* Nodes in the pseudo-filesystem can now be renamed or moved within the ↵Gregory Nutt2014-02-194-7/+10
| | | | pseduo-filesystem
* 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, ↵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
|