summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-4/+5
* arch/arm/src/Makefile: dependency directory list is now computed from the VPA...Gregory Nutt2014-01-231-2/+4
* Add hooks to select Cortex-A8Gregory Nutt2013-08-271-1/+5
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+4
* Executable extension was being applied twiceGregory Nutt2013-04-071-2/+2
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-1/+1
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-5/+29
* LPC1788 PLL configuration from Rommel Marcelopatacongo2013-02-161-0/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Mostly cosmetic build changespatacongo2012-11-161-5/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* Kconfig updates from Freddie Chopinpatacongo2012-11-141-1/+0
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-14/+25
* A few more build fixespatacongo2012-11-121-9/+12
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-14/+14
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-11/+26
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-4/+5
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-021-38/+42
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-021-13/+13
* Remove some old logic in the arm, x86, hc, and sh linker scripts that was kic...patacongo2012-09-081-5/+0
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-211-0/+4
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* Fix message queue/signal handling bugspatacongo2011-08-071-2/+2
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+6
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-2/+2
* Add support for 2-pass linkpatacongo2010-08-281-1/+1
* Fixes for build CodeSourcery toolchainpatacongo2009-06-101-10/+25
* Add support for CodeSourcery and devkitARM toolchainspatacongo2009-05-281-1/+1
* Move ARM and Cortex files to separate directoriespatacongo2009-05-191-4/+12
* Should be silent on make commandspatacongo2009-05-141-1/+1
* Fix objcopy problem with newer toolchainspatacongo2009-04-291-2/+2
* Add option to copy to RAMpatacongo2009-04-081-1/+1
* LPC2148 oots partially into NuttXpatacongo2008-09-171-1/+6
* Add support for Intel Hex format outputpatacongo2008-09-161-6/+0
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+2
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+5
* Reduce make outputpatacongo2008-01-081-1/+1
* ZNeo compiler now workspatacongo2008-01-081-4/+4
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+3
* script debug was left onpatacongo2007-06-301-1/+1
* Fixed a problem with arch/arm/src dependenciespatacongo2007-06-101-1/+1