summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/armv7-m
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-3/+3
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-281-2/+2
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-281-1/+1
* Change bne to bne.n in irqrestore()Gregory Nutt2014-05-221-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel...Gregory Nutt2014-02-231-1/+4
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-161-1/+1
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-19/+0
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-221-1/+8
* Fix syscall parameter passing for the case where the number of parameters is >4patacongo2013-03-211-3/+12
* Add support for nested system callspatacongo2013-03-171-6/+24
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-172-0/+34
* More MPU-related fixespatacongo2013-03-161-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-1/+4
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-1/+7
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-223-10/+23
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-58/+83
* Resync new repository with old repo r5166patacongo2012-09-171-1/+20
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-223-99/+353
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-71/+77
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-2/+2
* Add storage space for FPU registers in context switchingpatacongo2011-12-071-2/+78
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-052-0/+559