summaryrefslogtreecommitdiff
path: root/nuttx
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-046-23/+648
* Add eZ80 I2C driverpatacongo2009-04-044-8/+990
* 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
* 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
* Oops.. check in bad changepatacongo2009-03-281-1/+1
* Add tftpcpatacongo2009-03-281-1/+2
* Fix examples/wget buildpatacongo2009-03-2818-59/+277
* Cloning error in functin namepatacongo2009-03-281-2/+2
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
* More bugfixespatacongo2009-03-271-44/+49
* wget bugfixes (still lots of problems)patacongo2009-03-265-144/+258
* Add host based test for wget()patacongo2009-03-265-13/+31
* wget testpatacongo2009-03-265-0/+369
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-265-548/+381
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-222-0/+6
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2211-42/+42
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-223-46/+52
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-2211-751/+745
* Changes for clean build on ZDSpatacongo2009-03-217-38/+45
* tiny webserver configuratinpatacongo2009-03-216-0/+1369
* Oops.. interrupts must be disabled when uip_arp_update is calledpatacongo2009-03-211-11/+29
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-213-3/+41