summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_ethernet.c
Commit message (Collapse)AuthorAgeFilesLines
* Update commentspatacongo2011-01-231-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3275 42af7a65-404d-4744-a932-0658087f49c3
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-281-120/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3141 42af7a65-404d-4744-a932-0658087f49c3
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3132 42af7a65-404d-4744-a932-0658087f49c3
* Enable Broadcast RX unconditionallypatacongo2010-11-251-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3127 42af7a65-404d-4744-a932-0658087f49c3
* Misc receive improvementspatacongo2010-11-241-62/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3125 42af7a65-404d-4744-a932-0658087f49c3
* Now get RX messagepatacongo2010-11-241-12/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3124 42af7a65-404d-4744-a932-0658087f49c3
* expand a commentpatacongo2010-11-211-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3123 42af7a65-404d-4744-a932-0658087f49c3
* Fix final PHY configurationpatacongo2010-11-211-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3122 42af7a65-404d-4744-a932-0658087f49c3
* Dumping wrong GPIO regspatacongo2010-11-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3121 42af7a65-404d-4744-a932-0658087f49c3
* Fixed debug logicpatacongo2010-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3120 42af7a65-404d-4744-a932-0658087f49c3
* Fix Cortex-M3 nested interrupt hard faultpatacongo2010-11-201-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3119 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to clear pending EMAC interruptspatacongo2010-11-181-52/+115
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3118 42af7a65-404d-4744-a932-0658087f49c3
* misc updatespatacongo2010-11-171-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3116 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2010-11-161-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3115 42af7a65-404d-4744-a932-0658087f49c3
* Initial debug fixes for LPC1766 ethernetpatacongo2010-11-161-23/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3114 42af7a65-404d-4744-a932-0658087f49c3
* Fix bugs/typos from code reviewpatacongo2010-11-151-31/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3113 42af7a65-404d-4744-a932-0658087f49c3
* Fix some cloning errorspatacongo2010-11-151-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3112 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile errors with debug onpatacongo2010-11-151-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3111 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up and document LP17xx ethernet driver configuration settingspatacongo2010-11-141-41/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3109 42af7a65-404d-4744-a932-0658087f49c3
* Finishes first cut of lpc17xx Ethernet driverpatacongo2010-11-141-47/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3108 42af7a65-404d-4744-a932-0658087f49c3
* Add Rx logicpatacongo2010-11-141-45/+261
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3107 42af7a65-404d-4744-a932-0658087f49c3
* Add ethernet interrupt handlerpatacongo2010-11-131-13/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3106 42af7a65-404d-4744-a932-0658087f49c3
* Finish Ethernet initialization logicpatacongo2010-11-131-21/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3105 42af7a65-404d-4744-a932-0658087f49c3
* Add tx/rx descriptor initializationpatacongo2010-11-131-28/+237
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3104 42af7a65-404d-4744-a932-0658087f49c3
* ifup() is partially completepatacongo2010-11-131-136/+250
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3103 42af7a65-404d-4744-a932-0658087f49c3
* mostly cosmeticpatacongo2010-11-121-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3102 42af7a65-404d-4744-a932-0658087f49c3
* Tinkering with PHY initpatacongo2010-11-121-31/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3101 42af7a65-404d-4744-a932-0658087f49c3
* Add PHY init logicpatacongo2010-11-121-42/+568
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3100 42af7a65-404d-4744-a932-0658087f49c3
* minor fixespatacongo2010-11-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3096 42af7a65-404d-4744-a932-0658087f49c3
* Add nettest and begining of lpc17xx ethernet driverpatacongo2010-11-111-20/+336
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3095 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-10-291-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3057 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-291-0/+675
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3056 42af7a65-404d-4744-a932-0658087f49c3