summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move more files into subdirectories under lib/patacongo2011-03-311-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3445 42af7a65-404d-4744-a932-0658087f49c3
* Re-organize header files so that file systems can be built outside of the ↵patacongo2011-03-281-1/+1
| | | | | | nuttx tree; add a binfs file system to apps/namedapp git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3428 42af7a65-404d-4744-a932-0658087f49c3
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3412 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-20/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3407 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-201-3/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/examples to apps/examplespatacongo2011-03-201-11/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-8/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3396 42af7a65-404d-4744-a932-0658087f49c3
* Update to apps/buildpatacongo2011-03-181-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3391 42af7a65-404d-4744-a932-0658087f49c3
* More apps/ updatespatacongo2011-03-111-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3366 42af7a65-404d-4744-a932-0658087f49c3
* add apps/ dirpatacongo2011-03-101-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3360 42af7a65-404d-4744-a932-0658087f49c3
* #warning removalpatacongo2011-03-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3
* Add support for platoform specific ROMFS startup filespatacongo2011-03-081-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3350 42af7a65-404d-4744-a932-0658087f49c3
* Two pass build for on-demand paging now workspatacongo2010-08-291-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2896 42af7a65-404d-4744-a932-0658087f49c3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
* Add support for 2-pass linkpatacongo2010-08-281-5/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2890 42af7a65-404d-4744-a932-0658087f49c3
* Fix race conditions probably caused by multiple, asynchronous make jobspatacongo2009-12-171-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2368 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for THTTPD examplepatacongo2009-07-181-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for thttpdpatacongo2009-07-111-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1975 42af7a65-404d-4744-a932-0658087f49c3
* Added NXFLAT a bit at a timepatacongo2009-06-161-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1889 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for build CodeSourcery toolchainpatacongo2009-06-101-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1868 42af7a65-404d-4744-a932-0658087f49c3
* Fix to lpc214x MMC/SD due to lm3s changespatacongo2009-05-281-3/+3
| | | | 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/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1832 42af7a65-404d-4744-a932-0658087f49c3
* Fix objcopy problem with newer toolchainspatacongo2009-04-291-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1746 42af7a65-404d-4744-a932-0658087f49c3
* Need more positive control over C++patacongo2009-04-191-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1716 42af7a65-404d-4744-a932-0658087f49c3
* Add libxxpatacongo2009-04-191-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1713 42af7a65-404d-4744-a932-0658087f49c3
* Fix more overflow/truncation problems in timer setupspatacongo2009-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1537 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up and document NX configuration settingspatacongo2008-12-051-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
* Make prototypes of rasterizers same at all resolutionspatacongo2008-11-261-3/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1317 42af7a65-404d-4744-a932-0658087f49c3
* graphics dir now has its own makefilepatacongo2008-11-261-8/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1308 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of a graphics librarypatacongo2008-11-251-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1305 42af7a65-404d-4744-a932-0658087f49c3
* Add support for graphics add-onpatacongo2008-11-251-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1302 42af7a65-404d-4744-a932-0658087f49c3
* Add infrastructure for Hitachi SH-1patacongo2008-11-051-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1134 42af7a65-404d-4744-a932-0658087f49c3
* build lpc2148 ostest configpatacongo2008-09-171-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@928 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Intel Hex format outputpatacongo2008-09-161-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@922 42af7a65-404d-4744-a932-0658087f49c3
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@542 42af7a65-404d-4744-a932-0658087f49c3
* Compiles with ZDS-IIpatacongo2008-01-091-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
* Need absolute paths for 'fake' linkspatacongo2008-01-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@534 42af7a65-404d-4744-a932-0658087f49c3
* Add logic for environments that can't use soft linkspatacongo2008-01-081-54/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@530 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* ZNeo compiler now workspatacongo2008-01-081-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Adding support for the z16fpatacongo2008-01-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Pascal P-Code interpreterpatacongo2008-01-051-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@511 42af7a65-404d-4744-a932-0658087f49c3
* Several webserver bugs fixedpatacongo2007-11-201-5/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@391 42af7a65-404d-4744-a932-0658087f49c3
* DM90x0 driver hooked into DM320patacongo2007-11-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@367 42af7a65-404d-4744-a932-0658087f49c3
* Missed in last commitpatacongo2007-11-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@363 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-231-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@353 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-221-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@352 42af7a65-404d-4744-a932-0658087f49c3