summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_schedulesigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-4/+4
| | | | new CONFIG_BUILD_KERNEL
* Replace os_internal.h with sched/sched.h in files that actually reference ↵Gregory Nutt2014-08-081-1/+1
| | | | something in sched.h
* ARMv6-M/ARMv7-M: Correct a register handling error in signal delivery ↵Gregory Nutt2014-02-231-32/+32
| | | | (Kernel build mode only). Noted by Mike Smith.
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI ↵Gregory Nutt2013-04-161-4/+4
| | | | register. We have to revert to using the nasty PRIMASK register
* There kernel-side signal handler trampoline needs to run in privileged modepatacongo2013-03-171-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5751 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for NuTiny-NUC120 configuration and buildpatacongo2013-02-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5666 42af7a65-404d-4744-a932-0658087f49c3
* First cut at support for Cortex-M0patacongo2013-02-161-0/+208
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5655 42af7a65-404d-4744-a932-0658087f49c3