summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-0/+1
* mkconfig now calculates DRAM_END if not providedpatacongo2012-08-161-4/+4
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-4/+17
* Kconfig updatepatacongo2012-04-131-3/+16
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-1/+1
* More configuration filespatacongo2012-04-111-3/+2
* Add a little more configuration logicpatacongo2012-04-101-1/+1
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-1/+15
* Beginning of a NuttX configuration toolpatacongo2012-04-051-0/+5
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-2/+2
* Fix a bug in 'make export' introduced recentlypatacongo2012-01-051-1/+1
* Update README, LPC1766-STK button improvements, new Make targets, new Getting...patacongo2011-12-311-13/+92
* Fix C++ dependencies, cleaning, ..patacongo2011-10-051-2/+13
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-271-2/+2
* Add a NuttX logo image examplepatacongo2011-07-211-2/+2
* Extend 'make export' logic to bundle up CFLAGS and linker scripts as wellpatacongo2011-07-121-12/+5
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-1/+23
* Ported Ficl to NuttX apps/patacongo2011-05-101-1/+3
* Pascal now installs in the apps/ directorypatacongo2011-05-101-15/+1
* Fix an error in link to include/appspatacongo2011-05-091-1/+1
* Move nuttx/include/apps to apps/includepatacongo2011-05-091-3/+12
* Add time and uptimepatacongo2011-04-151-0/+4
* More version-related fixespatacongo2011-04-141-0/+1
* Add tools to manage a version filepatacongo2011-04-141-1/+15
* Correct an error in the top-level Makefile introduced in 6.1patacongo2011-04-111-15/+7
* Add logic to initialize SAM3U user applicationspatacongo2011-04-081-1/+7
* Clean kernel-/user-mode module buildpatacongo2011-04-051-6/+21
* Move memory manager into user spacepatacongo2011-04-031-12/+12
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-24/+35
* fix dependenciespatacongo2011-04-031-15/+29
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-031-12/+10
* Add SAM3U kernel build logicpatacongo2011-04-021-3/+14
* Stubs are working/Proxies are closepatacongo2011-04-011-24/+70
* Move more files into subdirectories under lib/patacongo2011-03-311-2/+2
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-1/+1
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-2/+1
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-20/+14
* More build fixespatacongo2011-03-201-1/+1
* More build fixespatacongo2011-03-201-3/+14
* Move nuttx/examples to apps/examplespatacongo2011-03-201-11/+21
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-8/+1
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
* Update to apps/buildpatacongo2011-03-181-6/+4
* More apps/ updatespatacongo2011-03-111-4/+6
* add apps/ dirpatacongo2011-03-101-1/+21
* #warning removalpatacongo2011-03-091-1/+1
* Add support for platoform specific ROMFS startup filespatacongo2011-03-081-1/+8
* Two pass build for on-demand paging now workspatacongo2010-08-291-13/+24
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-4/+4
* Add support for 2-pass linkpatacongo2010-08-281-5/+37