summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* More SDCC compilation fixespatacongo2007-12-301-1/+5
* Additional corrections to state restore logicpatacongo2007-12-302-14/+13
* Needs same fixes as for up_head.asmpatacongo2007-12-301-6/+12
* Add support of other resetspatacongo2007-12-304-27/+121
* Integrating z80patacongo2007-12-304-7/+24
* Fix comments and reg frame offsetspatacongo2007-12-294-42/+41
* Fix size calculation errorpatacongo2007-12-291-2/+4
* Fix dynamic heap sizing logicpatacongo2007-12-294-30/+50
* First successful z80 compile & linkpatacongo2007-12-2921-137/+269
* Import of z80 targetpatacongo2007-12-2937-0/+4360
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-281-0/+3
* Changes for SDCC compilerpatacongo2007-12-281-0/+2
* Fix compilation errorspatacongo2007-12-111-8/+8
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-112-4/+6
* Release 0.3.4nuttx-3.4patacongo2007-12-101-8/+8
* Clean compile with stats enabledpatacongo2007-12-071-8/+17
* C5471 ethernet driver functional (but sensitive)patacongo2007-12-071-10/+8
* C5471 ethernet debugpatacongo2007-12-061-2/+2
* Debug fixespatacongo2007-12-051-30/+128
* Add C5471 ethernet driver debug instrumentationpatacongo2007-12-041-24/+69
* First clean C5471 Ethernet compilepatacongo2007-12-041-136/+156
* Add c5471 Ethernet driverpatacongo2007-12-043-22/+2051
* Add TELNET front end to NSHpatacongo2007-12-022-1/+4
* Debug can now be selectively enabled by subystempatacongo2007-11-236-18/+18
* Removed unused uIP filespatacongo2007-11-231-0/+3
* Several webserver bugs fixedpatacongo2007-11-205-3/+76
* Add TCP readahead logicpatacongo2007-11-193-4/+6
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-152-8/+0
* Eliminate most uIP globalspatacongo2007-11-081-5/+5
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-062-29/+25
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-26/+60
* Basic TCP send functionalpatacongo2007-11-051-33/+20
* DM90x0 driver hooked into DM320patacongo2007-11-041-0/+112
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-0210-49/+178
* Add DM90x0 driverpatacongo2007-11-024-11/+12
* in progress updatepatacongo2007-10-313-23/+89
* dhcpc debugpatacongo2007-10-313-48/+112
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-10/+9
* Fixes for CYGWINpatacongo2007-09-211-40/+53
* Repair bad checkinpatacongo2007-09-201-5/+129
* Fixed for CYGWIN buildpatacongo2007-09-187-137/+22
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-0/+1
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-2/+6
* Add basic structure to support multiple network interfacespatacongo2007-09-151-30/+31
* Fix tapdevpatacongo2007-09-143-15/+24
* Added network init; refactored some header filespatacongo2007-09-092-1/+2
* Refactoring to provide socket support for UDPpatacongo2007-09-021-1/+1
* Implements basic TCP connection logicpatacongo2007-09-022-2/+2
* Adding socket(), bind() logicpatacongo2007-09-011-2/+2
* Added support for socket descriptorspatacongo2007-09-015-10/+10