summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* First cut at support for Cortex-M0patacongo2013-02-161-3/+3
* More STM32 F4 USB patches from Petteripatacongo2013-02-152-3/+2
* Rename _TCB to struct tcb_spatacongo2013-02-049-27/+27
* 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
* 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
* 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
* 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
* 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
* 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
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-074-2/+241
* Add storage space for FPU registers in context switchingpatacongo2011-12-071-0/+5
* Finish code for basic STM3240 portpatacongo2011-11-241-0/+4
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-1/+1
* Add FAT date/time stamppatacongo2011-10-021-3/+3
* Fix Kinetics UART watermark settingpatacongo2011-08-191-1/+1
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-0522-0/+4036