summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for Z16F serial portpatacongo2008-01-231-2/+2
* Passing union parms as const upsets ZDS-II compilerpatacongo2008-01-101-2/+2
* Compiles with ZDS-IIpatacongo2008-01-092-3/+7
* Changes for ZNeo compilepatacongo2008-01-091-2/+4
* cosmeticpatacongo2008-01-091-0/+2
* Fix ZNeo compile errorspatacongo2008-01-091-3/+3
* Support C pre-processors without variable-arg macrospatacongo2008-01-092-27/+166
* Adding support for the z16fpatacongo2008-01-071-16/+78
* Add float types needed by pcode runtimepatacongo2008-01-061-0/+3
* joininfo field not used if PTHREADS suppressedpatacongo2008-01-021-0/+2
* Debug NSH on z80simpatacongo2007-12-311-2/+2
* Add z80 signalspatacongo2007-12-311-1/+1
* More SDCC compilation fixespatacongo2007-12-302-15/+21
* Integrating z80patacongo2007-12-301-1/+1
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-283-10/+23
* Changes for SDCC compilerpatacongo2007-12-281-9/+15
* ifconfig shows uIP statspatacongo2007-12-121-1/+1
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-111-1/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-114-9/+75
* Add ether_ntoa() and inet_ntoa()patacongo2007-12-111-0/+77
* Add netdev_foreach()patacongo2007-12-111-2/+11
* Debugging TELNET NSH (still problems)patacongo2007-12-101-1/+1
* Add examples/dhcpdpatacongo2007-11-305-37/+178
* Fixed missing logic in readahead buffer logicpatacongo2007-11-272-89/+9
* Integrated uIP's TELNETDpatacongo2007-11-251-0/+70
* Add vsnprintfpatacongo2007-11-251-3/+4
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-241-0/+20
* Debug can now be selectively enabled by subystempatacongo2007-11-231-0/+32
* Removed unused uIP filespatacongo2007-11-232-30/+20
* TCP and ICMP protocols may now be disabledpatacongo2007-11-224-448/+752
* Add TX data notificationpatacongo2007-11-223-54/+36
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-16/+4
* Several webserver bugs fixedpatacongo2007-11-201-0/+1
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+1
* Add TCP readahead logicpatacongo2007-11-194-107/+71
* uIP webserver now uses listen/acceptpatacongo2007-11-192-4/+49
* Basic server functionality: listen(), accept()patacongo2007-11-161-74/+75
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-8/+15
* Fix handling of callback resultpatacongo2007-11-081-1/+4
* Eliminate most uIP globalspatacongo2007-11-081-69/+32
* Remove uIP loggingpatacongo2007-11-071-8/+0
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-074-50/+29
* Finished partitioning uip.c (now system is broken)patacongo2007-11-072-134/+114
* Breaking uip.c into smaller functions/filespatacongo2007-11-063-16/+2
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-12/+22
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-052-85/+63
* Integrating with DM320patacongo2007-11-043-43/+59
* Add DM90x0 driverpatacongo2007-11-022-61/+82
* in progress updatepatacongo2007-10-314-89/+25