summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Collapse)AuthorAgeFilesLines
...
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
|
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
|
* hex2bin: Needs a little larger stackGregory Nutt2014-06-162-2/+17
|
* hex2bin: Various bugfixesGregory Nutt2014-06-161-10/+17
|
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-151-2/+7
|
* hex2bin: Start code should not be in bufferGregory Nutt2014-06-151-1/+8
|
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+6
|
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-159-4/+1135
|
* CLE: Last bugfix commit was insufficientGregory Nutt2014-05-231-25/+11
|
* CLE: Was not returning the terminating newline characterGregory Nutt2014-05-231-0/+9
|
* Change all variadic macros to C99 styleGregory Nutt2014-05-225-18/+18
|
* Move prun from interpreters/ to system/; And an NSH built-in appliation ↵Gregory Nutt2014-05-094-3/+234
| | | | that can be used to execute P-Code files from the NSH command line
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-098-0/+367
|
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-081-1/+4
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* Update the displayed I2C on each get iteraction (not the same starting ↵Gregory Nutt2014-05-081-1/+2
| | | | address). From Ryan VanSickle
* Minor/cosmetic changesGregory Nutt2014-04-271-15/+15
|
* Remove an STM32 dependencyGregory Nutt2014-04-211-5/+2
|
* nxplayer: Complilation failure in one configuration reported by Manuel StühnGregory Nutt2014-04-211-1/+1
|
* More trailing whilespace removalGregory Nutt2014-04-1331-40/+40
|
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-2/+2
|
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
|
* 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
|