summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-a/arm_vectors.S
Commit message (Expand)AuthorAgeFilesLines
* Fix a cloned typoGregory Nutt2014-08-291-9/+10
* SAMA5: FIQs should be disabled along with IRQs on most exeptions in most conf...Gregory Nutt2014-06-201-22/+11
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-201-3/+104
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-201-2/+7
* SVC is the preferred mnemonic vs. SWI for cortex AGregory Nutt2014-01-051-8/+8
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-9/+10
* Fix Cortex-A CPSR register field definitionGregory Nutt2013-07-301-4/+4
* Add a hello world configuration to help with the SAMA5 bringupGregory Nutt2013-07-261-4/+4
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-21/+52
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-7/+7
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt hand...Gregory Nutt2013-07-231-1/+18
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-201-8/+15
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-191-135/+135
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-0/+445