summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
Commit message (Expand)AuthorAgeFilesLines
* This is the new, top-level, redirecting Makefilepatacongo2012-11-131-0/+49
* Add tools/incdir.bat; Rename top-level Makefile to Makefile.unixpatacongo2012-11-131-740/+0
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-131-10/+15
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-3/+3
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-19/+65
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-17/+17
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-091-125/+131
* lib/math files not follow coding standard; float, double, and long double ver...patacongo2012-10-281-2/+34
* More ELF loader changespatacongo2012-10-251-1/+1
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-261-1/+2
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-181-0/+7
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-1/+1
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-081-7/+14
* 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