summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_sigdeliver.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+1
| | | | 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-2/+4
| | | | (Kernel build mode only). Noted by Mike Smith.
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
|
* Improve some ARMv7-A/M floating point register save time; Add floating point ↵Gregory Nutt2013-07-231-1/+1
| | | | register save logic for ARMv7-A
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI ↵Gregory Nutt2013-04-161-2/+2
| | | | register. We have to revert to using the nasty PRIMASK register
* Add support for calling to and returning from signal handlers in in ↵patacongo2013-03-171-1/+1
| | | | | | user-mode threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5750 42af7a65-404d-4744-a932-0658087f49c3
* More Cortex-M0 fixespatacongo2013-02-251-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5671 42af7a65-404d-4744-a932-0658087f49c3
* First cut at support for Cortex-M0patacongo2013-02-161-0/+142
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5655 42af7a65-404d-4744-a932-0658087f49c3