summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Dequote Kconfig strings that may be used as components of a pathpatacongo1-0/+1
2012-08-16mkconfig now calculates DRAM_END if not providedpatacongo1-4/+4
2012-07-08Add a generic GCC stdarg.h header filepatacongo1-4/+17
2012-04-13Kconfig updatepatacongo1-3/+16
2012-04-11Add tools/cmpconfig.c to compare to configuration filespatacongo1-1/+1
2012-04-11More configuration filespatacongo1-3/+2
2012-04-10Add a little more configuration logicpatacongo1-1/+1
2012-04-07Move include/math.h to include/nuttx/math.hpatacongo1-1/+15
2012-04-05Beginning of a NuttX configuration toolpatacongo1-0/+5
2012-02-27Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo1-2/+2
2012-01-05Fix a bug in 'make export' introduced recentlypatacongo1-1/+1
2011-12-31Update README, LPC1766-STK button improvements, new Make targets, new Getting...patacongo1-13/+92
2011-10-05Fix C++ dependencies, cleaning, ..patacongo1-2/+13
2011-08-27STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo1-2/+2
2011-07-21Add a NuttX logo image examplepatacongo1-2/+2
2011-07-12Extend 'make export' logic to bundle up CFLAGS and linker scripts as wellpatacongo1-12/+5
2011-07-11Add an 'export' target to the NuttX top-level Makefilepatacongo1-1/+23
2011-05-10Ported Ficl to NuttX apps/patacongo1-1/+3
2011-05-10Pascal now installs in the apps/ directorypatacongo1-15/+1
2011-05-09Fix an error in link to include/appspatacongo1-1/+1
2011-05-09Move nuttx/include/apps to apps/includepatacongo1-3/+12
2011-04-15Add time and uptimepatacongo1-0/+4
2011-04-14More version-related fixespatacongo1-0/+1
2011-04-14Add tools to manage a version filepatacongo1-1/+15
2011-04-11Correct an error in the top-level Makefile introduced in 6.1patacongo1-15/+7
2011-04-08Add logic to initialize SAM3U user applicationspatacongo1-1/+7
2011-04-05Clean kernel-/user-mode module buildpatacongo1-6/+21
2011-04-03Move memory manager into user spacepatacongo1-12/+12
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-24/+35
2011-04-03fix dependenciespatacongo1-15/+29
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo1-12/+10
2011-04-02Add SAM3U kernel build logicpatacongo1-3/+14
2011-04-01Stubs are working/Proxies are closepatacongo1-24/+70
2011-03-31Move more files into subdirectories under lib/patacongo1-2/+2
2011-03-28Re-organize header files so that file systems can be built outside of the nut...patacongo1-1/+1
2011-03-24apps/ initialization now occurs during the earlier context build phasepatacongo1-2/+1
2011-03-21Prep for 6.0 releasepatacongo1-20/+14
2011-03-20More build fixespatacongo1-1/+1
2011-03-20More build fixespatacongo1-3/+14
2011-03-20Move nuttx/examples to apps/examplespatacongo1-11/+21
2011-03-19Move nuttx/netutils to apps/netutilspatacongo1-8/+1
2011-03-19Use = instead of / for delimiter in appconfig filespatacongo1-1/+1
2011-03-18Update to apps/buildpatacongo1-6/+4
2011-03-11More apps/ updatespatacongo1-4/+6
2011-03-10add apps/ dirpatacongo1-1/+21
2011-03-09#warning removalpatacongo1-1/+1
2011-03-08Add support for platoform specific ROMFS startup filespatacongo1-1/+8
2010-08-29Two pass build for on-demand paging now workspatacongo1-13/+24
2010-08-28Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo1-4/+4
2010-08-28Add support for 2-pass linkpatacongo1-5/+37