summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add basic module management logicpatacongo2009-06-173-102/+48
* Easing in binfmt supportpatacongo2009-06-175-90/+156
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-164-11/+11
* Added NXFLAT a bit at a timepatacongo2009-06-162-5/+251
* Adding basic framework for NXFLATpatacongo2009-06-163-4/+237
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-151-2/+21
* dup() and dup2() support for socket descriptorspatacongo2009-06-154-5/+39
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-141-2/+12
* Same as last check-in, just implemented more sanelypatacongo2009-06-121-1/+1
* Additional fixes for devkitARM toolchainpatacongo2009-06-111-2/+2
* update comments; add lib_zeroinstreampatacongo2009-06-011-22/+102
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-311-0/+192
* MAC driver developmentpatacongo2009-05-201-125/+210
* Add lm3s ethernet header filepatacongo2009-05-201-8/+30
* updatepatacongo2009-05-011-1/+6
* more cs89x0 logicpatacongo2009-04-301-0/+162
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-7/+61
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-11/+18
* Fix errors that have crept into DM320 buildpatacongo2009-04-192-2/+8
* cosmetic updatespatacongo2009-04-196-5/+68
* Standard C headef filespatacongo2009-04-1912-0/+805
* Add C++ HelloWorld examplepatacongo2009-04-191-2/+2
* Add eZ80 I2C driverpatacongo2009-04-041-5/+24
* Add macro to make it clear we expect 7-bit addressespatacongo2009-03-311-0/+5
* setmode method is optionalpatacongo2009-03-311-1/+1
* Fix errors in the initial specificaionpatacongo2009-03-291-10/+39
* I2C interface definitionspatacongo2009-03-291-0/+161
* Add SPI method to set SCLK modepatacongo2009-03-291-5/+33
* Add enum argument to SPI status methodpatacongo2009-03-291-7/+13
* Add enum argument to SPI select methodpatacongo2009-03-291-5/+21
* Add examples/sendmailpatacongo2009-03-281-2/+3
* Add wget command to NSHpatacongo2009-03-281-2/+3
* wget now takes only a URL as a argument; not host + file namepatacongo2009-03-281-7/+5
* Make HTTP URL parsing commonpatacongo2009-03-281-6/+15
* Fix examples/wget buildpatacongo2009-03-281-9/+9
* wget bugfixes (still lots of problems)patacongo2009-03-261-8/+9
* Add host based test for wget()patacongo2009-03-261-1/+3
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-261-0/+147
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-212-2/+2
* Expose more ARP APIspatacongo2009-03-215-51/+302
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-162-2/+2
* Fix some debug macro defintionspatacongo2009-03-151-0/+2
* Prep for 0.4.3 releasenuttx-4.3patacongo2009-03-141-1/+1
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-1/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-0/+4
* Extend, improve, and partially fix priority inheritance logicpatacongo2009-03-101-1/+14
* Add support for priority inheritancepatacongo2009-03-083-5/+11
* For some platorms, need to really use type long constants and types in HTONL ...patacongo2009-03-071-3/+8
* Add AMD PHY idpatacongo2009-03-071-20/+30
* cosmeticpatacongo2009-03-014-6/+6