summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added UDP test/examplepatacongo2007-11-222-2/+2
* UDP test/examplepatacongo2007-11-226-0/+667
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-1/+15
* Add TCP readahead logicpatacongo2007-11-191-11/+0
* uIP webserver now uses listen/acceptpatacongo2007-11-191-3/+3
* 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-072-22/+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-043-7/+9
* DM90x0 driver hooked into DM320patacongo2007-11-042-2/+18
* in progress updatepatacongo2007-10-311-12/+19
* Add simple network testpatacongo2007-10-316-0/+672
* dhcpc debugpatacongo2007-10-311-1/+3
* Fixes found in smtp testingpatacongo2007-10-271-8/+29
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-13/+38
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-7/+9
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-0/+1
* Added network init; refactored some header filespatacongo2007-09-092-2/+1
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-8/+16
* Add send, sendto, rec, recvfrompatacongo2007-09-031-16/+2
* Added support for socket descriptorspatacongo2007-09-011-15/+15