summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_svcall.c
Commit message (Expand)AuthorAgeFilesLines
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register....Gregory Nutt2013-04-161-8/+8
* A few fixes related to dispatched signals in kernel mode (there are still iss...patacongo2013-03-221-3/+4
* Fix syscall parameter passing for the case where the number of parameters is >4patacongo2013-03-211-12/+32
* Add support for nested system callspatacongo2013-03-171-8/+11
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-1/+73
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-4/+35
* More MPU-related fixespatacongo2013-03-161-34/+50
* Switch to user-mode before starting a new taskpatacongo2013-03-141-11/+44
* Fixe to kernel build and syscalls.patacongo2013-03-131-4/+7
* More kernel build fixespatacongo2013-03-071-3/+3
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-071-3/+2
* Correct some assembly language errors in the last checkinpatacongo2013-03-061-9/+17
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-130/+90
* More Cortex-M0 fixespatacongo2013-02-251-2/+14
* First cut at support for Cortex-M0patacongo2013-02-161-0/+357