summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/enc28j60.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-061-27/+25
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-221-9/+14
* Fix for ENC28J60 from DaveGregory Nutt2013-06-221-4/+11
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-48/+48
* The ENC28J60 driver is now functionalpatacongo2012-09-191-109/+101
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-6/+86
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-181-9/+48
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-181-8/+15
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-12/+84
* Resync new repository with old repo r5166patacongo2012-09-171-56/+188
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-121-16/+21
* Misc ENC28J60 fixespatacongo2012-09-121-72/+140
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-24/+31
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-12/+12
* More logic for the MX3 Wildfire boardpatacongo2012-09-101-20/+21
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Add support for multicast MAC addressespatacongo2010-07-111-0/+68
* In progress changes for OLED display workpatacongo2010-05-151-10/+7
* Add ENC28J60 Interruptpatacongo2010-05-061-1/+1
* Basic enc29j80 init logic exercisedpatacongo2010-05-041-13/+23
* Initial debugging fixespatacongo2010-05-031-5/+5
* Add up_enc28j60.cpatacongo2010-05-011-3/+2
* Add nettest config for str-p711 using enc28j60patacongo2010-05-011-8/+9
* Fix register namepatacongo2010-05-011-1/+1
* Need to include enc28j60.hpatacongo2010-05-011-0/+1
* en28j60 driver code complete -- untestedpatacongo2010-05-011-58/+433
* Add initialization logicpatacongo2010-04-301-46/+192
* Add power save logicpatacongo2010-04-291-63/+181
* Add MAC init logic; framework for resetpatacongo2010-04-281-17/+91
* Add phy read/write routinespatacongo2010-04-281-33/+96
* Big time name changespatacongo2010-04-271-43/+47
* Add basic interrupt handlingpatacongo2010-04-271-242/+505
* Add ENC28J60 work queue logicpatacongo2010-04-261-19/+88
* Add SPI buffer read/write logicpatacongo2010-04-251-6/+82
* Add ENC28J80 control reg logicpatacongo2010-04-251-36/+273
* Add skeleton of ENC28J60 ethernet driverpatacongo2010-04-251-0/+720