aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* Hotfix: Make maxoptimization configurable from the shell via MAXOPTIMIZATION=...Lorenz Meier2013-06-071-1/+1
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-063-28/+34
|\
| * Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-22/+23
| * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
| * Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* | Merge Nuttx r5554px4dev2013-01-236-15/+67
|\|
| * More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-226-11/+63
| * Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-4/+4
* | Merge NuttX r5527px4dev2013-01-174-12/+165
|\|
| * Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-0/+3
| * Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-4/+4
| * Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-1/+2
| * Add ostest vfork test (does not work yet)patacongo2013-01-071-5/+5
| * This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-10/+52
| * Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-0/+96
| * Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-022-5/+14
| * Mostly costmetic updatespatacongo2012-12-231-3/+5
* | Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-115-354/+918
* | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-112-2/+268
|\|
| * Patches for NSH disable background, and ARMv7M assembly from Freddie Chopinpatacongo2012-11-291-2/+2
| * Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-231-15/+15
| * /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-212-0/+307
| * C++ constructors work with ELF load nowpatacongo2012-10-291-0/+1
| * 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-271-23/+24
| * ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+448
| * Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-204-0/+416
| * Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-3/+1
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-132-2/+95
|\|
| * STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-272-8/+93
| * Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-271-0/+8
| * Resync new repository with old repo r5166patacongo2012-09-174-5/+5
| * Resync new repository with old repo r5166patacongo2012-09-1725-0/+4765
* Merge branch 'NuttX/master'px4dev2012-09-164-5/+5
|\
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-164-5/+5
* | Merge branch 'NuttX/master'px4dev2012-09-1415-11/+11
|\|
| * Remove executable property from source and make filespatacongo2012-09-134-0/+0
| * Email address change in nuttx/patacongo2012-09-1311-11/+11
| * LP43xx... disable debug traps on hardfaultspatacongo2012-07-111-16/+40
| * Fix last check-in.. duplicate definitions for ARMvm-7 ICTR registerpatacongo2012-06-011-6/+4
| * Interrupt priority fix + new LM3S header filespatacongo2012-06-011-0/+2
| * Add hooks to support STM32 power managementpatacongo2012-03-141-0/+9
| * Fix bugs in lazy FPU register savingpatacongo2012-02-256-23/+26
| * select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-8/+21
| * OOps... vstm instructions needs to post-increment, not pre-decrementpatacongo2012-02-231-10/+33
| * Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-232-5/+20
| * Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-226-22/+416
| * Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
| * Completes coding of the PWM modulepatacongo2011-12-1923-0/+4284