summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Collapse)AuthorAgeFilesLines
...
* apps/sysinfo: CONFIG_VERSION_BUILD is a string and needs to be printed with ↵Gregory Nutt2014-04-081-1/+1
| | | | %s not %d
* apps/system/usbmsc: Back out kludge that is no longer needed with the ↵Gregory Nutt2014-03-253-122/+28
| | | | recent fix to the USB MSC class
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-231-23/+24
|
* kconfig: Reorder some menus so that the display makes a little more senseGregory Nutt2014-03-231-22/+22
|
* SAM4E: Revise board-specific USB MSC supportGregory Nutt2014-03-181-9/+17
|
* Removed all support for the legacy configuration mechanism from the apps/ ↵Gregory Nutt2014-03-061-5/+0
| | | | directory
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-101-2/+2
| | | | but probably some new typos introduced
* Fix some errors in the clean target of the windows native buildGregory Nutt2014-02-101-17/+16
|
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-031-1/+1
|
* 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-021-4/+11
|
* 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-027-1/+1089
|
* 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
|
* 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-211-10/+25
| | | | and probably some things not properly tested
* 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-206-3/+3351
|
* 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
|
* Remove carriage returns from INI file parser filesGregory Nutt2014-01-151-690/+690
|
* Add a tiny INI file parserGregory Nutt2014-01-157-3/+836
|
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-152-2/+2
|
* NxPlayer play thread stack size is now configurable; all NxPlayer threads ↵Gregory Nutt2013-11-103-3/+18
| | | | are named via pthread_setname_np(). From Ken Pettit
* apps/examples/composite: Bug fix. Wrong handle being nullified. From ↵Gregory Nutt2013-11-071-1/+1
| | | | David Sidrane
* Correct unitialization of composite USB device. A stale pointer was being ↵Gregory Nutt2013-11-051-1/+3
| | | | reused. From David Sidrane
* apps/platform: A new now for platform-specific applicatin codeGregory Nutt2013-10-301-4/+1
|
* Add for audio sub-format in audion system. From Ken PettitGregory Nutt2013-10-282-27/+153
|
* Remove trailing whitespaceGregory Nutt2013-10-274-53/+53
|
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-279-3/+2458
|
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use ↵Gregory Nutt2013-10-141-1/+1
| | | | Calibration instruction messages
* apps/system/sysinfo: Ken Petit reportst that the sysinfo command's stack ↵Gregory Nutt2013-10-142-3/+10
| | | | size is marginal. Stack size is now configurable with a default of 1024 bytes
* I2C Tool: Use default oof 4ooKhz, not 4MHzGregory Nutt2013-10-101-2/+2
|
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+1
|
* cosmetic update to commentsGregory Nutt2013-09-301-5/+3
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-305-241/+639
| | | | system
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-4/+4
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-259-4/+1478
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-2512-8/+652
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-258-1/+1151
|