summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* cosmeticpatacongo2008-11-068-144/+144
* Adding struture for Hitachi SH-1patacongo2008-11-0512-0/+718
* Add some GPIO usage checkspatacongo2008-11-041-1/+22
* cosmeticpatacongo2008-11-021-1/+1
* Use correct header filepatacongo2008-11-021-1/+1
* Move handle clock macros into a header filepatacongo2008-11-024-71/+104
* Added ST71x system timer logicpatacongo2008-11-014-36/+227
* Clean up compilation errorspatacongo2008-11-0110-126/+123
* cosmeticpatacongo2008-10-311-0/+1
* Add interrupt enable logicpatacongo2008-10-316-15/+102
* Add STR71x serial driverpatacongo2008-10-317-77/+1367
* Board should specify multipliers, not bit settingspatacongo2008-10-311-5/+114
* Add logic to initialize clockspatacongo2008-10-314-52/+400
* Adding more STR71x logicpatacongo2008-10-3011-294/+1284
* Add configuration of Olimex-STR-P711patacongo2008-10-3019-0/+2500
* Support for STR71xpatacongo2008-10-291-0/+120
* Need to restart write queue after stalled endpoint resumedpatacongo2008-10-282-3/+20
* Fix read failures when OUT req size > maxpacketpatacongo2008-10-272-46/+36
* Correct error in end-of-request handlingpatacongo2008-10-272-17/+17
* Fix to handle requests larger than maxpacketpatacongo2008-10-252-6/+12
* Fix bug: Not resuming halted endponts on SET FEATUREpatacongo2008-10-241-0/+1
* Correct last checkinpatacongo2008-10-131-1/+1
* Fix LPC214X memory mappatacongo2008-10-131-2/+4
* oops - won't build with USB disabledpatacongo2008-10-131-0/+1
* Add header files for PINSEL and SPIpatacongo2008-10-116-17/+447
* Remove unnecessary warningpatacongo2008-10-101-1/+0
* updated commentspatacongo2008-10-102-5/+9
* Fix end-of-test comparisonpatacongo2008-10-091-1/+1
* Pace sends to send complete interruptspatacongo2008-10-091-43/+56
* Last option in configure; ep address in ep structpatacongo2008-10-092-51/+117
* Update commentspatacongo2008-10-081-0/+5
* Fix mapping of logical to physical endpointpatacongo2008-10-081-31/+68
* Add debug outputpatacongo2008-10-081-17/+21
* test and integration updatespatacongo2008-10-071-57/+80
* Misc fixes from test and integrationpatacongo2008-10-071-43/+38
* Fix tests for SP in interrupt stack rangepatacongo2008-10-071-2/+2
* Fix timer error introduced recentlypatacongo2008-10-071-1/+1
* Add DM320 USB device side driverpatacongo2008-10-077-2/+2674
* Add USB serial driverpatacongo2008-10-061-22/+38
* Add option for ARM interrupt stackpatacongo2008-10-064-38/+196
* Fix SETADDRESS protocol errorpatacongo2008-10-051-90/+94
* Fix some set address problems (there are more)patacongo2008-10-041-72/+104
* cosmeticpatacongo2008-10-042-32/+32
* Fix 2 causes of protocol errors (there are morepatacongo2008-10-041-9/+12
* Don't enable interrupts until boundpatacongo2008-10-031-6/+18
* Fix request queue management problemspatacongo2008-10-031-86/+176
* Integrating LPC214X USBpatacongo2008-10-031-42/+209
* Integrating LPC214x USB driverpatacongo2008-10-017-140/+528
* Add register monitor debug supportpatacongo2008-09-301-90/+139
* Add support for serial class driverpatacongo2008-09-301-28/+28