summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix CFLAGSpatacongo2009-06-192-3/+1
* Fix second stage linkpatacongo2009-06-189-36/+52
* Integrated mknxflatpatacongo2009-06-1856-90/+1218
* Back out most of last changepatacongo2009-06-184-37/+32
* update Makefilespatacongo2009-06-1810-28/+58
* Integrate PIC support into context switchingpatacongo2009-06-1713-33/+139
* Fixes for compilation with ez80patacongo2009-06-172-3/+7
* Remove bitfields from NXFLAT definitionpatacongo2009-06-172-43/+48
* Straighten out conditional compilationpatacongo2009-06-1715-17/+93
* Add exec_modulepatacongo2009-06-1714-82/+490
* Add basic module management logicpatacongo2009-06-1716-217/+830
* add description of new directoriespatacongo2009-06-171-29/+52
* Easing in binfmt supportpatacongo2009-06-1715-619/+981
* Got more NXFLAT examples to compilepatacongo2009-06-1613-23/+32
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-1622-132/+131
* Added NXFLAT a bit at a timepatacongo2009-06-1635-9/+3502
* More C++ stubspatacongo2009-06-166-6/+225
* Adding basic framework for NXFLATpatacongo2009-06-169-8/+470
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-1554-85/+1505
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-159-17/+114
* dup() and dup2() support for socket descriptorspatacongo2009-06-1523-123/+945
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-1413-114/+660
* Prep for 0.4.8 releasenuttx-4.8patacongo2009-06-133-69/+66
* updatepatacongo2009-06-131-10/+16
* Same as last check-in, just implemented more sanelypatacongo2009-06-124-10/+10
* eliminate some warningspatacongo2009-06-113-7/+7
* updatepatacongo2009-06-111-7/+18
* add build notepatacongo2009-06-113-3/+15
* Additional fixes for devkitARM toolchainpatacongo2009-06-1133-169/+205
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-1128-214/+738
* Basic support for dependencies on Windows GCC toolchainspatacongo2009-06-102-4/+61
* updatedpatacongo2009-06-101-1/+9
* Fix section placing problems using CodeSourcery toolchainpatacongo2009-06-104-20/+72
* All file_operations vtables should be static constpatacongo2009-06-1011-11/+11
* Fix some bogus (unused) symbol namespatacongo2009-06-101-2/+1
* misc updatespatacongo2009-06-102-4/+10
* Fixes for build CodeSourcery toolchainpatacongo2009-06-1011-42/+122
* Backout cool but useless lost interrupt logicpatacongo2009-06-091-159/+38
* USB updatespatacongo2009-06-093-87/+73
* Forgot to update countpatacongo2009-06-081-1/+1
* Oops STR7P11 only accepts MMC cardspatacongo2009-06-082-8/+7
* Back out lost interrupt kludgepatacongo2009-06-081-3/+11
* cosmeticpatacongo2009-06-084-13/+23
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-0823-35/+254
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-074-50/+189
* More STR7x serial changespatacongo2009-06-062-10/+30
* More UART GPIO pin/interrupt fixespatacongo2009-06-064-8/+12
* Add logic to avoid spurious interruptspatacongo2009-06-061-0/+8
* Fix UART pin configurationpatacongo2009-06-065-19/+29
* back out assertionpatacongo2009-06-061-7/+0