summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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-206-28/+41
* Add logic to clear pending EMAC interruptspatacongo2010-11-185-82/+230
* misc updatespatacongo2010-11-173-6/+35
* cosmeticpatacongo2010-11-162-2/+8
* 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-142-50/+275
* Add ethernet interrupt handlerpatacongo2010-11-133-17/+113
* Finish Ethernet initialization logicpatacongo2010-11-131-21/+91
* Add tx/rx descriptor initializationpatacongo2010-11-132-28/+318
* 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-123-46/+572
* minor fixespatacongo2010-11-111-2/+2
* Add nettest and begining of lpc17xx ethernet driverpatacongo2010-11-113-34/+352
* updatepatacongo2010-10-291-0/+1
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-294-2/+681
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-275-43/+36
* More context switching logicpatacongo2010-10-151-2/+2
* Add stubs for AVR32 IRQ controlspatacongo2010-10-091-2/+2
* Add skeleton of AVR32 initpatacongo2010-10-081-2/+2
* Make better use of these deep FIFOspatacongo2010-10-011-34/+65
* cosmeticpatacongo2010-10-011-5/+5
* SPI debug changespatacongo2010-09-302-59/+213
* Corrections to the LM3S8962 portpatacongo2010-09-293-3/+49
* Still debugging AT45DB and SPIpatacongo2010-09-121-3/+6
* Early AT45DB debug fixespatacongo2010-09-122-0/+8
* Add support for SPI NOR chip selectpatacongo2010-09-111-43/+65
* Fix heap layout issuepatacongo2010-09-062-6/+24
* This is the correct fix to the problempatacongo2010-09-062-11/+1
* Fix clearing of SRAM when clocks resetpatacongo2010-09-064-23/+77
* paging debug fixespatacongo2010-09-052-2/+2
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-0513-61/+61
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-2/+2
* Basic MMU setup seems ok nowpatacongo2010-09-054-33/+36
* Remove unused lpc17_usbinitialize()patacongo2010-09-031-2/+2
* Add LM3S8962 supportpatacongo2010-09-036-4/+199
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-012-3/+12