summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-292-1/+2
* Add mem command to NSHpatacongo2008-08-294-0/+24
* Fix Linux sim errors/warningpatacongo2008-08-292-6/+5
* Added ch and pwd to NSHpatacongo2008-08-235-103/+476
* cat accepts multiple filespatacongo2008-08-222-45/+56
* *** empty log message ***patacongo2008-08-201-0/+1
* Add memory inspect modify commands to NSHpatacongo2008-08-204-1/+290
* exec'ed function returns a value for 0patacongo2008-08-191-3/+6
* Support nested if-then[-else]-fipatacongo2008-08-193-39/+109
* Misc. if-then-else-fi fixespatacongo2008-08-182-17/+33
* NSH now supports commentspatacongo2008-08-171-28/+40
* backout un-necessary main_t castspatacongo2008-08-171-2/+2
* Added 130 and if-then-else-fi to NSHpatacongo2008-08-178-151/+420
* Allow in all loctionspatacongo2008-08-173-45/+58
* Concurrent telnet+serialpatacongo2008-08-164-134/+411
* NSH redirected outputpatacongo2008-08-1610-457/+847
* Fix reentrancy problems for serialpatacongo2008-08-144-41/+166
* Add 'sh' to NSHpatacongo2008-08-126-18/+92
* Clean configuration varialbe namespatacongo2008-08-116-27/+33
* Misc NSH enhancementspatacongo2008-08-104-95/+324
* Added mkfifo command to NSHpatacongo2008-08-103-19/+40
* Added mkfatfs command to NSHpatacongo2008-08-103-21/+40
* Added test for mkfatfspatacongo2008-08-103-11/+30
* Added mkfatfs() testpatacongo2008-08-105-33/+294
* cosmeticpatacongo2008-08-021-5/+6
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-39/+91
* Added redirection testpatacongo2008-07-305-158/+331
* Separate tests into separate filespatacongo2008-07-295-184/+534
* fix pipe cleanup logicpatacongo2008-07-271-0/+1
* Fix FIFO interlock errorspatacongo2008-07-261-38/+192
* O_RDONLY open on FIFO blocks until writer openspatacongo2008-07-261-1/+1
* Add pipe()patacongo2008-07-261-18/+50
* updatepatacongo2008-07-221-0/+5
* *** empty log message ***patacongo2008-07-222-30/+0
* Pipe testpatacongo2008-07-224-0/+409
* Add recursive mutex testpatacongo2008-06-054-29/+210
* Add RAM disk supportnuttx-3.11patacongo2008-06-012-3/+10
* examples/ostest can be executed in a looppatacongo2008-06-013-64/+86
* Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibilitypatacongo2008-03-041-1/+1
* Document CONFIG_NSH_STRERRORpatacongo2008-02-211-0/+4
* strerror() is big; don't use it unless requestedpatacongo2008-02-206-18/+34
* updatepatacongo2008-02-071-1/+1
* Pascal P-Code binaries are now big-endianpatacongo2008-02-062-11/+11
* Script clobbered pascal test filepatacongo2008-02-062-24/+6
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-052-1/+4
* Fixes for clean pashello compile with z16fpatacongo2008-02-032-1/+9
* Bad errno access in printf statementspatacongo2008-02-021-5/+5
* Integration pascal test case on the sim platformpatacongo2008-02-012-4/+5
* Add fseek()patacongo2008-02-011-0/+1
* Added lseek()patacongo2008-02-011-3/+6