summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_schedulesigaction.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-4/+4
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery (Kernel...Gregory Nutt2014-02-231-32/+32
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-161-4/+4
* There kernel-side signal handler trampoline needs to run in privileged modepatacongo2013-03-171-2/+8
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-0/+208