summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include/armv6-m
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-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
* 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-40/+28
* 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/+4
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-1/+7
* More Cortex-M0 fixespatacongo2013-02-251-2/+11
* First cut at support for Cortex-M0patacongo2013-02-162-0/+585