summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Need to set UART interrupt prioritypatacongo2009-06-069-22/+60
* Fixes to SPI header filepatacongo2009-06-052-51/+92
* Correct a mountain of typospatacongo2009-06-051-58/+58
* Fix compile errorspatacongo2009-06-053-13/+11
* Added STR-P711 NSH configurationpatacongo2009-06-057-7/+954
* Timer interrupts work; examples/ostest passespatacongo2009-06-057-31/+54
* Add test resultspatacongo2009-06-051-0/+405
* Add I2C header filepatacongo2009-06-042-2/+143
* spell checkedpatacongo2009-06-041-53/+63
* Remove RUNFROMFLASH option from str-p711patacongo2009-06-015-28/+37
* updatepatacongo2009-06-011-2/+4
* Fix UART configuration issuespatacongo2009-06-018-26/+32
* update comments; add lib_zeroinstreampatacongo2009-06-0113-25/+316
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-313-114/+195
* Extend lib to handle incoming streamspatacongo2009-05-3023-168/+625
* Update for buildroot changespatacongo2009-05-292-23/+12