summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* add description of new directoriespatacongo2009-06-171-29/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1893 42af7a65-404d-4744-a932-0658087f49c3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
* Add conditional compilation to eliminate or limit cloning of descriptors ↵patacongo2009-06-151-1/+5
| | | | | | when a new task is created git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1886 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-152-2/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1883 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.8 releasenuttx-4.8patacongo2009-06-131-68/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1882 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-06-111-7/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1878 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Windows GCC to lpc2148 and str711patacongo2009-06-111-5/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1875 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for build CodeSourcery toolchainpatacongo2009-06-101-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1868 42af7a65-404d-4744-a932-0658087f49c3
* Oops STR7P11 only accepts MMC cardspatacongo2009-06-081-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1864 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-06-081-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1862 42af7a65-404d-4744-a932-0658087f49c3
* Move board specific files from examples/nsh to board source directoriespatacongo2009-06-081-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1861 42af7a65-404d-4744-a932-0658087f49c3
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-071-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1860 42af7a65-404d-4744-a932-0658087f49c3
* Added STR-P711 NSH configurationpatacongo2009-06-051-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1850 42af7a65-404d-4744-a932-0658087f49c3
* Timer interrupts work; examples/ostest passespatacongo2009-06-051-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1849 42af7a65-404d-4744-a932-0658087f49c3
* spell checkedpatacongo2009-06-041-53/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1846 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-06-011-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1844 42af7a65-404d-4744-a932-0658087f49c3
* Fix UART configuration issuespatacongo2009-06-011-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1843 42af7a65-404d-4744-a932-0658087f49c3
* Extend lib to handle incoming streamspatacongo2009-05-301-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1840 42af7a65-404d-4744-a932-0658087f49c3
* Update for buildroot changespatacongo2009-05-291-15/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1839 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.7 releasenuttx-4.7patacongo2009-05-292-76/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1837 42af7a65-404d-4744-a932-0658087f49c3
* Fix mount problempatacongo2009-05-291-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1835 42af7a65-404d-4744-a932-0658087f49c3
* Fix to lpc214x MMC/SD due to lm3s changespatacongo2009-05-282-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1833 42af7a65-404d-4744-a932-0658087f49c3
* Add support for CodeSourcery and devkitARM toolchainspatacongo2009-05-281-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1832 42af7a65-404d-4744-a932-0658087f49c3
* Fix FAT32 bugpatacongo2009-05-271-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1829 42af7a65-404d-4744-a932-0658087f49c3
* Updated MMC/SD SPI driverpatacongo2009-05-261-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1826 42af7a65-404d-4744-a932-0658087f49c3
* Fix SD frequency calculationpatacongo2009-05-251-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1825 42af7a65-404d-4744-a932-0658087f49c3
* Fixe LM3S GPIO output settings; fix Eagle-100 LEDspatacongo2009-05-241-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1823 42af7a65-404d-4744-a932-0658087f49c3
* Resolve merge conflictspatacongo2009-05-231-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1821 42af7a65-404d-4744-a932-0658087f49c3
* Add SPI-based MMC/SD support for lm3spatacongo2009-05-231-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1820 42af7a65-404d-4744-a932-0658087f49c3
* Add LM3S SSI driverpatacongo2009-05-231-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1818 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-05-222-53/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1814 42af7a65-404d-4744-a932-0658087f49c3
* Complete Rx side of ethernet driverpatacongo2009-05-212-7/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1812 42af7a65-404d-4744-a932-0658087f49c3
* LM3S ethernet driver developmentpatacongo2009-05-211-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1811 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.6 releasenuttx-4.6patacongo2009-05-191-63/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1806 42af7a65-404d-4744-a932-0658087f49c3
* NSH integration, fix serial interrupt handlingpatacongo2009-05-191-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1803 42af7a65-404d-4744-a932-0658087f49c3
* lm3s6918 passes OS testpatacongo2009-05-191-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1801 42af7a65-404d-4744-a932-0658087f49c3
* Add basic lm3s6918 gpio supportpatacongo2009-05-141-2/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1778 42af7a65-404d-4744-a932-0658087f49c3
* Add description of LED supportpatacongo2009-05-091-2/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1767 42af7a65-404d-4744-a932-0658087f49c3
* Add support for fast GPIO on lpc214xpatacongo2009-05-091-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1766 42af7a65-404d-4744-a932-0658087f49c3
* fix typospatacongo2009-05-091-56/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1765 42af7a65-404d-4744-a932-0658087f49c3
* framework for interrupt handlingpatacongo2009-05-081-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1761 42af7a65-404d-4744-a932-0658087f49c3
* Fix objcopy problem with newer toolchainspatacongo2009-04-291-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1746 42af7a65-404d-4744-a932-0658087f49c3
* buildroot changespatacongo2009-04-291-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1745 42af7a65-404d-4744-a932-0658087f49c3
* Extend SPI interface so that we can set number of bits per wordpatacongo2009-04-261-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1742 42af7a65-404d-4744-a932-0658087f49c3
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1740 42af7a65-404d-4744-a932-0658087f49c3
* imx updatepatacongo2009-04-251-17/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1738 42af7a65-404d-4744-a932-0658087f49c3
* Need more positive control over C++patacongo2009-04-191-6/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1716 42af7a65-404d-4744-a932-0658087f49c3
* Prep vor 0.4.5 releasenuttx-4.5patacongo2009-04-191-50/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1714 42af7a65-404d-4744-a932-0658087f49c3
* Add C++ HelloWorld examplepatacongo2009-04-191-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1706 42af7a65-404d-4744-a932-0658087f49c3