summaryrefslogtreecommitdiff
path: root/nuttx/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* smtp now compilespatacongo2007-08-301-16/+18
* Import of uIP 1.0patacongo2007-08-262-0/+242
* add set and unsetpatacongo2007-07-015-32/+168
* Add rm and rmdir commandsChangeLogpatacongo2007-07-013-3/+35
* Added cp commandpatacongo2007-07-015-29/+207
* Break into several filespatacongo2007-07-015-588/+823
* Add a test of environment variablespatacongo2007-06-301-0/+97
* EINTR is not an errorpatacongo2007-06-111-5/+18
* NSH: Add cat; add -l, -s, -R to lspatacongo2007-06-101-78/+403
* Add mount, umount, and mkdir commandspatacongo2007-06-101-78/+207
* Don't call usleep if signals are disabledpatacongo2007-06-091-0/+4
* Don't call fflush if streams are disabledpatacongo2007-06-071-0/+14
* Error in memcpy arguments for SDCC platformspatacongo2007-06-071-1/+1
* Add a test of statfspatacongo2007-05-301-0/+50
* Fix reference count problempatacongo2007-05-271-3/+20
* Add stat()patacongo2007-05-271-4/+107
* Fat dir operations seem to workpatacongo2007-05-262-7/+62
* Add FAT rename()patacongo2007-05-211-3/+76
* Add FAT mkdir()patacongo2007-05-211-159/+283
* Add FAT rmdir and unlinkpatacongo2007-05-211-7/+138