summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Fix several build issues noted by Mike Smithpatacongo2012-12-241-14/+37
* Mostly costmetic updatespatacongo2012-12-232-6/+10
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-0/+5
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+8
* Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-2/+2
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-281-0/+1
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driv...patacongo2012-11-282-13/+383
* configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arc...patacongo2012-11-271-241/+300
* Misc build fixes, some from Mike some for ez80 native buildpatacongo2012-11-261-1/+1
* STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-263-0/+17
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-23/+30
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-233-6/+7
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-233-15/+196
* Move some PHY initialization logic for Darcypatacongo2012-11-223-6/+50
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-211-0/+10
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-216-119/+307
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-204-75/+88
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-204-11/+323
* 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
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+1
* Kconfig updates from Freddie Chopinpatacongo2012-11-141-1/+0
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-14/+25
* Mostly cosmetic changespatacongo2012-11-134-17/+42
* 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
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-092-9/+0
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-1/+63
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-082-240/+249
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-1/+1
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+12
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-065-265/+634
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* RGMP 4.0 update from Qiang Yupatacongo2012-11-041-1/+1
* More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-035-37/+99
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-021-38/+42
* Another fix to STM32 definitions from Freddie Chopinpatacongo2012-11-021-49/+49
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-025-33/+54
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-021-13/+13
* C++ constructors work with ELF load nowpatacongo2012-10-292-0/+2
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-291-1/+1
* The ELF loader is basically functional (needs more testing)patacongo2012-10-272-25/+28
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-2617-1/+761
* A little more ELF loader logicpatacongo2012-10-251-0/+53