summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* fix some namespatacongo2009-04-051-5/+5
* Add system registerspatacongo2009-04-053-0/+119
* Add GPIO definitionspatacongo2009-04-053-8/+183
* Add SPI, I2C, RTC, and watchdogpatacongo2009-04-055-0/+331
* Add AITC and DMApatacongo2009-04-053-1/+571
* Add timer and aitc headerspatacongo2009-04-053-40/+261
* i.MX1 header filespatacongo2009-04-053-0/+468
* Add z8 I2C driverpatacongo2009-04-043-19/+630
* Add eZ80 I2C driverpatacongo2009-04-043-3/+966
* Added I2C register bit definitionspatacongo2009-03-311-0/+25
* I2C register definitionspatacongo2009-03-291-0/+119
* Add SPI method to set SCLK modepatacongo2009-03-292-3/+57
* Add eZ80 SPI driverpatacongo2009-03-293-1/+502
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2210-36/+36
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-221-43/+41
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11
* Correct setting of rrppatacongo2009-03-141-35/+99
* Handle RX descriptor wrappingpatacongo2009-03-141-120/+172
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-106-18/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-106-96/+18
* Add support for priority inheritancepatacongo2009-03-086-39/+135
* MAXF setting was too smallpatacongo2009-03-081-2/+2
* Big restructuring of TX logicpatacongo2009-03-081-77/+100
* cosmeticpatacongo2009-03-081-1/+1
* Complete replacement of PHY logic for Am79c874patacongo2009-03-071-7/+179
* Integrating EMACpatacongo2009-03-073-108/+152
* Fix status macropatacongo2009-03-031-7/+30
* Numerous changes made during the course of integrationpatacongo2009-03-011-21/+18
* Debug output should be conditioned on CONFIG_DEBUG_SCHEDpatacongo2009-03-012-4/+4
* Fix typo in namepatacongo2009-03-011-1/+1
* cosmeticpatacongo2009-03-011-47/+47
* up_earlyserialinit is not used on these platformspatacongo2009-03-011-4/+0
* up_earlyserinit is never calledpatacongo2009-03-011-16/+7
* Remove references to unused symbolspatacongo2009-03-011-5/+0
* Fix error in organization of vector tablepatacongo2009-03-011-64/+70
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-281-9/+25
* Fix errors in handling interrupt bits on context restorepatacongo2009-02-283-4/+4
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-284-20/+12
* Fix signal-related compilation errorspatacongo2009-02-282-5/+6
* Add up_putspatacongo2009-02-283-3/+83
* Fixe ez80 serial setuppatacongo2009-02-282-26/+163
* cosmeticpatacongo2009-02-261-14/+14
* Fix error in calculating baud rate generation valuepatacongo2009-02-265-15/+78
* Improve console configuration settingspatacongo2009-02-192-10/+22
* Add basic LCD supportpatacongo2009-02-192-45/+91
* cosmetic renamingpatacongo2009-02-182-5/+5
* Add support for boards with no serial portspatacongo2009-02-187-29/+57
* Hook in low-level UART initpatacongo2009-02-181-0/+50
* Complete coding of M16C portpatacongo2009-02-172-6/+8
* Add M16C serial driverpatacongo2009-02-175-21/+1223