summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more i.MX logicpatacongo2009-04-187-119/+654
* Add interrupt decode logic for i.MXpatacongo2009-04-135-6/+158
* Add system timer logicpatacongo2009-04-124-25/+192
* upatepatacongo2009-04-123-2/+16
* Clean up clockingpatacongo2009-04-1210-42/+427
* Basic UART/console functionalitypatacongo2009-04-119-39/+1408
* Add irq initializationpatacongo2009-04-104-2/+154
* Basic i.MX1 low-level bootpatacongo2009-04-1017-75/+1016
* arm920 is arm4, not arm5patacongo2009-04-091-1/+1
* Basic imx infrastructurepatacongo2009-04-095-12/+70
* imx1 supportpatacongo2009-04-091-0/+150
* imx1ads config frameworkpatacongo2009-04-0911-0/+1228
* Add option to copy to RAMpatacongo2009-04-0852-150/+288
* cosmeticpatacongo2009-04-081-2/+2
* 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-046-23/+648
* Add eZ80 I2C driverpatacongo2009-04-044-8/+990
* Use same location for nuttx as other archspatacongo2009-04-041-1/+1
* No soft float with blackfinpatacongo2009-04-042-2/+1
* Add Blackfinpatacongo2009-04-035-4/+99
* Add macro to make it clear we expect 7-bit addressespatacongo2009-03-311-0/+5
* setmode method is optionalpatacongo2009-03-311-1/+1
* Added I2C register bit definitionspatacongo2009-03-311-0/+25
* Fix errors in the initial specificaionpatacongo2009-03-291-10/+39
* I2C interface definitionspatacongo2009-03-291-0/+161
* I2C register definitionspatacongo2009-03-291-0/+119
* Add SPI method to set SCLK modepatacongo2009-03-297-16/+102
* Add eZ80 SPI driverpatacongo2009-03-296-1/+516
* Add enum argument to SPI status methodpatacongo2009-03-294-25/+37
* Add enum argument to SPI select methodpatacongo2009-03-294-36/+60
* Prep for 0.4.4 releasenuttx-4.4patacongo2009-03-293-66/+75
* Add logic to build sendmail example on targetpatacongo2009-03-294-11/+271
* Add examples/sendmailpatacongo2009-03-282-2/+22
* Move smtp test from examples/uip to herepatacongo2009-03-283-0/+255
* Remove all options from examples/uip except for the webserverpatacongo2009-03-2829-149/+26
* Partial testing of wget commandpatacongo2009-03-282-2/+2
* Fix parsing of port numberpatacongo2009-03-281-2/+3
* ignore temporary directory nuttxpatacongo2009-03-280-0/+0
* Add wget command to NSHpatacongo2009-03-2813-30/+265
* fix error messagepatacongo2009-03-281-1/+1
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
* wget now takes only a URL as a argument; not host + file namepatacongo2009-03-286-22/+86
* wget now takes only a URL as a argument; not host + filepatacongo2009-03-2811-44/+22
* Make HTTP URL parsing commonpatacongo2009-03-283-7/+163