summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/svcall.h
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-4/+4
* Rename arch/arm/src/armv7-a/syscall.h to svcall.h to work around some includ...Gregory Nutt2014-08-291-3/+3
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-281-6/+10
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-281-7/+15
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-11/+28
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-4/+11
* Switch to user-mode before starting a new taskpatacongo2013-03-141-3/+10
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-5/+14
* First cut at support for Cortex-M0patacongo2013-02-161-0/+94