summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* errno now defined to be *get_errno_ptr()patacongo2008-02-014-14/+2
* Add pascal testpatacongo2008-02-018-6/+465
* Add Pascal test casepatacongo2008-02-011-0/+6
* Pascal Test Casepatacongo2008-02-013-0/+139
* *** empty log message ***patacongo2008-01-311-2/+2
* Z16F integration changespatacongo2008-01-311-3/+5
* Fix commentspatacongo2008-01-301-2/+2
* Cosmeticpatacongo2008-01-301-1/+2
* Typopatacongo2008-01-301-3/+3
* Misc fixespatacongo2008-01-291-1/+1
* Eliminate some Z16F compilation warnings.patacongo2008-01-283-34/+36
* Z16F compile/link with all OS features enabledpatacongo2008-01-282-10/+17
* Using tool-specific cleanpatacongo2008-01-103-6/+9
* Clean operations are now toolchain specificpatacongo2008-01-104-8/+12
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-087-37/+32
* Reduce make outputpatacongo2008-01-087-19/+19
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-087-45/+31
* Debug NSH on z80simpatacongo2007-12-314-21/+45
* More SDCC compilation fixespatacongo2007-12-303-10/+69
* ifconfig shows uIP statspatacongo2007-12-121-1/+119
* Fix compilation errorspatacongo2007-12-111-0/+2
* Add ifconfig command to NSHpatacongo2007-12-115-19/+161
* Verified DHCPC on the C5471 EVMpatacongo2007-12-101-0/+1
* Release 0.3.4nuttx-3.4patacongo2007-12-101-9/+3
* Debugging TELNET NSH (still problems)patacongo2007-12-102-41/+106
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-0/+16
* Add TELNET front end to NSHpatacongo2007-12-028-168/+896
* Basic DHPC client functionalitypatacongo2007-11-301-4/+13
* Add examples/dhcpdpatacongo2007-11-301-4/+11
* Improve send/close performancepatacongo2007-11-283-43/+78
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-17/+27
* Debug can now be selectively enabled by subystempatacongo2007-11-232-2/+2
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+8
* Debug UDP send logicpatacongo2007-11-233-2/+8