summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx
Commit message (Collapse)AuthorAgeFilesLines
* 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-202-7/+7
| | | | 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-185-82/+230
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3118 42af7a65-404d-4744-a932-0658087f49c3
* misc updatespatacongo2010-11-173-6/+35
| | | | 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-142-50/+275
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3107 42af7a65-404d-4744-a932-0658087f49c3
* Add ethernet interrupt handlerpatacongo2010-11-132-14/+110
| | | | 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-132-28/+318
| | | | 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-122-45/+571
| | | | 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-113-34/+352
| | | | 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-292-0/+679
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3056 42af7a65-404d-4744-a932-0658087f49c3
* Fix missing parentheses in macrospatacongo2010-08-281-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2891 42af7a65-404d-4744-a932-0658087f49c3
* Fix float PINMODE casepatacongo2010-08-103-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2836 42af7a65-404d-4744-a932-0658087f49c3
* More random USB debug changespatacongo2010-08-102-14/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2835 42af7a65-404d-4744-a932-0658087f49c3
* Misc USB device driver debugpatacongo2010-08-072-1/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2828 42af7a65-404d-4744-a932-0658087f49c3
* lpc17xxx USB debugpatacongo2010-08-062-48/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2823 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmeticpatacongo2010-08-051-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2821 42af7a65-404d-4744-a932-0658087f49c3
* Initial USB serial debugpatacongo2010-07-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2809 42af7a65-404d-4744-a932-0658087f49c3
* Correct some USB initialization logicpatacongo2010-07-171-34/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2807 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx USBDEV driver now compiles (still untested)patacongo2010-07-161-13/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2805 42af7a65-404d-4744-a932-0658087f49c3
* Fix interrupt stack compilation problempatacongo2010-07-161-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2804 42af7a65-404d-4744-a932-0658087f49c3
* Fix SSP0 hard faultpatacongo2010-07-041-47/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2771 42af7a65-404d-4744-a932-0658087f49c3
* Improve missed Tx interrupt logicpatacongo2010-07-041-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2770 42af7a65-404d-4744-a932-0658087f49c3
* Fix missing PCONP bit definition to enable GPIOpatacongo2010-07-032-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2768 42af7a65-404d-4744-a932-0658087f49c3
* GPIO debug-related fixespatacongo2010-07-033-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2767 42af7a65-404d-4744-a932-0658087f49c3
* Used upper case EXTERNpatacongo2010-06-281-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2765 42af7a65-404d-4744-a932-0658087f49c3
* Remove some extern GPIO int garbagepatacongo2010-06-282-99/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2764 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2010-06-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2763 42af7a65-404d-4744-a932-0658087f49c3
* Correct IRQ handling, calibrate delay loopspatacongo2010-06-232-25/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2759 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for serial driver compilationpatacongo2010-06-221-7/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2758 42af7a65-404d-4744-a932-0658087f49c3
* Fix OpenOCD configpatacongo2010-06-222-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2757 42af7a65-404d-4744-a932-0658087f49c3
* Correct conditional compilationpatacongo2010-06-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2756 42af7a65-404d-4744-a932-0658087f49c3
* This fixes the basic OS test for the LPC1768patacongo2010-06-201-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2754 42af7a65-404d-4744-a932-0658087f49c3
* Early bringup bugfixespatacongo2010-06-194-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2753 42af7a65-404d-4744-a932-0658087f49c3
* Early bringup bugfixespatacongo2010-06-193-22/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2752 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-06-162-11/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2751 42af7a65-404d-4744-a932-0658087f49c3