summaryrefslogtreecommitdiff
path: root/nuttx/examples/nettest
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-152-2/+3
* cosmeticpatacongo2009-03-012-4/+4
* Fix compilation problems with eZ80 targetspatacongo2009-02-074-6/+14
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-4/+0
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-7/+8
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-7/+5
* Release 0.3.4nuttx-3.4patacongo2007-12-101-9/+3
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-0/+16
* Improve send/close performancepatacongo2007-11-283-43/+78
* Added UDP test/examplepatacongo2007-11-222-2/+2
* Add TCP readahead logicpatacongo2007-11-191-11/+0
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-0/+1
* With DEBUG on, it may require some looping to read all datapatacongo2007-11-161-11/+19
* Basic server functionality: listen(), accept()patacongo2007-11-166-15/+16
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-1/+1
* Remove uIP loggingpatacongo2007-11-071-13/+0
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-062-2/+57
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-063-33/+46
* Basic TCP send functionalpatacongo2007-11-052-7/+46
* Integrating with DM320patacongo2007-11-042-4/+5
* DM90x0 driver hooked into DM320patacongo2007-11-041-1/+9
* Add simple network testpatacongo2007-10-316-0/+672