summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Collapse)AuthorAgeFilesLines
* Using tool-specific cleanpatacongo2008-01-103-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
* Clean operations are now toolchain specificpatacongo2008-01-104-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@542 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-087-37/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Reduce make outputpatacongo2008-01-087-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
* ZNeo compiler now workspatacongo2008-01-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-087-45/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Debug NSH on z80simpatacongo2007-12-314-21/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@474 42af7a65-404d-4744-a932-0658087f49c3
* More SDCC compilation fixespatacongo2007-12-303-10/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@468 42af7a65-404d-4744-a932-0658087f49c3
* ifconfig shows uIP statspatacongo2007-12-121-1/+119
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@450 42af7a65-404d-4744-a932-0658087f49c3
* Fix compilation errorspatacongo2007-12-111-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@444 42af7a65-404d-4744-a932-0658087f49c3
* Add ifconfig command to NSHpatacongo2007-12-115-19/+161
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@441 42af7a65-404d-4744-a932-0658087f49c3
* Verified DHCPC on the C5471 EVMpatacongo2007-12-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@438 42af7a65-404d-4744-a932-0658087f49c3
* Release 0.3.4nuttx-3.4patacongo2007-12-101-9/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@436 42af7a65-404d-4744-a932-0658087f49c3
* Debugging TELNET NSH (still problems)patacongo2007-12-102-41/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@434 42af7a65-404d-4744-a932-0658087f49c3
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@425 42af7a65-404d-4744-a932-0658087f49c3
* Add TELNET front end to NSHpatacongo2007-12-028-168/+896
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@421 42af7a65-404d-4744-a932-0658087f49c3
* Basic DHPC client functionalitypatacongo2007-11-301-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@419 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/dhcpdpatacongo2007-11-301-4/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
* Improve send/close performancepatacongo2007-11-283-43/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@410 42af7a65-404d-4744-a932-0658087f49c3
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-17/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
* Debug can now be selectively enabled by subystempatacongo2007-11-232-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@402 42af7a65-404d-4744-a932-0658087f49c3
* Debug UDP send logicpatacongo2007-11-233-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@401 42af7a65-404d-4744-a932-0658087f49c3
* Added UDP test/examplepatacongo2007-11-222-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@400 42af7a65-404d-4744-a932-0658087f49c3
* UDP test/examplepatacongo2007-11-226-0/+667
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@399 42af7a65-404d-4744-a932-0658087f49c3
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-1/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@395 42af7a65-404d-4744-a932-0658087f49c3
* Add TCP readahead logicpatacongo2007-11-191-11/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@387 42af7a65-404d-4744-a932-0658087f49c3
* uIP webserver now uses listen/acceptpatacongo2007-11-191-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 42af7a65-404d-4744-a932-0658087f49c3
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@384 42af7a65-404d-4744-a932-0658087f49c3
* With DEBUG on, it may require some looping to read all datapatacongo2007-11-161-11/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@383 42af7a65-404d-4744-a932-0658087f49c3
* Basic server functionality: listen(), accept()patacongo2007-11-166-15/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@382 42af7a65-404d-4744-a932-0658087f49c3
* Fix probably where packets dropped because there was no recv() in place were ↵patacongo2007-11-151-1/+1
| | | | | | being ACKed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
* Remove uIP loggingpatacongo2007-11-072-22/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@377 42af7a65-404d-4744-a932-0658087f49c3
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-062-2/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@373 42af7a65-404d-4744-a932-0658087f49c3
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-063-33/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@372 42af7a65-404d-4744-a932-0658087f49c3
* Basic TCP send functionalpatacongo2007-11-052-7/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@371 42af7a65-404d-4744-a932-0658087f49c3
* Integrating with DM320patacongo2007-11-043-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@368 42af7a65-404d-4744-a932-0658087f49c3
* DM90x0 driver hooked into DM320patacongo2007-11-042-2/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@367 42af7a65-404d-4744-a932-0658087f49c3
* in progress updatepatacongo2007-10-311-12/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@360 42af7a65-404d-4744-a932-0658087f49c3
* Add simple network testpatacongo2007-10-316-0/+672
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@358 42af7a65-404d-4744-a932-0658087f49c3
* dhcpc debugpatacongo2007-10-311-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@357 42af7a65-404d-4744-a932-0658087f49c3
* Fixes found in smtp testingpatacongo2007-10-271-8/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@356 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-13/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@355 42af7a65-404d-4744-a932-0658087f49c3
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@349 42af7a65-404d-4744-a932-0658087f49c3
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@345 42af7a65-404d-4744-a932-0658087f49c3
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@339 42af7a65-404d-4744-a932-0658087f49c3
* Added network init; refactored some header filespatacongo2007-09-092-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-8/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@337 42af7a65-404d-4744-a932-0658087f49c3
* Add send, sendto, rec, recvfrompatacongo2007-09-031-16/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@328 42af7a65-404d-4744-a932-0658087f49c3
* Added support for socket descriptorspatacongo2007-09-011-15/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@318 42af7a65-404d-4744-a932-0658087f49c3