summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-112-5/+115
* Added some pattern matching logicpatacongo2009-07-112-1/+88
* Fixes for clean ez80 compilationpatacongo2009-06-261-1/+2
* integrating NXFLATpatacongo2009-06-261-5/+5
* Mostly cosmetic integration changespatacongo2009-06-251-2/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-14/+98
* Make all counts 16-bitpatacongo2009-06-252-4/+9
* Still waffling on relocation typespatacongo2009-06-231-7/+10
* Remove import symbols from relo tablepatacongo2009-06-231-2/+1
* Back-out one relocation typepatacongo2009-06-221-8/+2
* New relocation typespatacongo2009-06-222-19/+44
* Add NXFLAT dynamic binding logicpatacongo2009-06-212-14/+37
* Add symbol table supportpatacongo2009-06-201-0/+164
* Add qsort()patacongo2009-06-201-0/+5
* Finish nxflat test Makefilespatacongo2009-06-201-1/+7
* Integrated mknxflatpatacongo2009-06-181-1/+5
* Back out most of last changepatacongo2009-06-181-17/+12
* Integrate PIC support into context switchingpatacongo2009-06-173-13/+28
* Remove bitfields from NXFLAT definitionpatacongo2009-06-171-21/+38
* Straighten out conditional compilationpatacongo2009-06-172-9/+10
* Add exec_modulepatacongo2009-06-172-24/+171
* 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