summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-3/+4
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-17/+4
* More patches/bugfixes from Katepatacongo2012-08-261-0/+20
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-7/+7
* More PIC32 Ethernet register definitionspatacongo2012-01-071-3/+3
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-1/+2
* Add support for SMSC LAN8720 PHYpatacongo2011-04-151-7/+100
* Update commentspatacongo2011-01-231-2/+15
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-281-120/+1
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Enable Broadcast RX unconditionallypatacongo2010-11-251-5/+6
* Misc receive improvementspatacongo2010-11-241-62/+68
* Now get RX messagepatacongo2010-11-241-12/+13
* expand a commentpatacongo2010-11-211-1/+7
* Fix final PHY configurationpatacongo2010-11-211-2/+10
* Dumping wrong GPIO regspatacongo2010-11-201-2/+2
* Fixed debug logicpatacongo2010-11-201-3/+3
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-1/+0
* Add logic to clear pending EMAC interruptspatacongo2010-11-181-52/+115
* misc updatespatacongo2010-11-171-5/+6
* cosmeticpatacongo2010-11-161-1/+7
* Initial debug fixes for LPC1766 ethernetpatacongo2010-11-161-23/+68
* Fix bugs/typos from code reviewpatacongo2010-11-151-31/+38
* Fix some cloning errorspatacongo2010-11-151-10/+12
* Fix compile errors with debug onpatacongo2010-11-151-3/+3
* Clean-up and document LP17xx ethernet driver configuration settingspatacongo2010-11-141-41/+49
* Finishes first cut of lpc17xx Ethernet driverpatacongo2010-11-141-47/+136
* Add Rx logicpatacongo2010-11-141-45/+261
* Add ethernet interrupt handlerpatacongo2010-11-131-13/+109
* Finish Ethernet initialization logicpatacongo2010-11-131-21/+91
* Add tx/rx descriptor initializationpatacongo2010-11-131-28/+237
* ifup() is partially completepatacongo2010-11-131-136/+250
* mostly cosmeticpatacongo2010-11-121-3/+5
* Tinkering with PHY initpatacongo2010-11-121-31/+78
* Add PHY init logicpatacongo2010-11-121-42/+568
* minor fixespatacongo2010-11-111-2/+2
* Add nettest and begining of lpc17xx ethernet driverpatacongo2010-11-111-20/+336
* updatepatacongo2010-10-291-0/+1
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-291-0/+675