summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Progress debugging serial driverpatacongo2010-11-062-2/+15
* Fix console init link probllempatacongo2010-11-051-2/+0
* The AVR32 port now passes the OS testpatacongo2010-11-051-2/+2
* Fix excepion handling reg savepatacongo2010-11-053-4/+13
* Update some commentspatacongo2010-11-053-3/+37
* Add NSH configurationpatacongo2010-11-032-2/+2
* Fixes timer interruptspatacongo2010-11-033-47/+60
* Need to wait not busy in another placepatacongo2010-11-021-2/+3
* It took me a long time to figure out that the board has no 32KHz crystalpatacongo2010-11-022-26/+64
* Missing quotepatacongo2010-10-311-1/+1
* commentspatacongo2010-10-311-0/+13
* Some context switch fixespatacongo2010-10-312-21/+36
* Fix heap allocation and RTC not-busy waitpatacongo2010-10-312-5/+4
* Basic serial console now workspatacongo2010-10-312-11/+30
* Debug typo fixespatacongo2010-10-312-5/+5
* Fix conditional compilationpatacongo2010-10-301-2/+2
* Early debug changespatacongo2010-10-302-10/+7
* Fix big-time naming error -- what was I thinking?patacongo2010-10-3036-583/+583
* updatepatacongo2010-10-291-0/+1
* Add skeleton for LPC17xx ethernet driverpatacongo2010-10-294-2/+681
* Reorg some headerspatacongo2010-10-289-89/+107
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-2719-146/+130
* Add MEBI header filepatacongo2010-10-262-8/+167
* Make MMC header file consistent with other NuttX periperhal header filespatacongo2010-10-263-132/+162
* typopatacongo2010-10-251-1/+1
* Add INT header filepatacongo2010-10-241-0/+99
* Add HCS12 SPI header filepatacongo2010-10-232-62/+176
* Add HCS12 SCI header filepatacongo2010-10-232-3/+159
* Finish TIM header filepatacongo2010-10-201-54/+121
* Add TIM header filepatacongo2010-10-191-0/+179
* Finish clocking logicpatacongo2010-10-183-19/+328
* Fix compile errors with debug enabledpatacongo2010-10-181-1/+1