summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m/up_svcall.c
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+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-27/+44
* Switch to user-mode before starting a new taskpatacongo2013-03-141-14/+45
* Fixe to kernel build and syscalls.patacongo2013-03-131-4/+13
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-16/+20
* 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-8/+16
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-129/+88
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Resync new repository with old repo r5166patacongo2012-09-171-1/+1
* Fix bugs in lazy FPU register savingpatacongo2012-02-251-0/+3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-5/+5
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-071-0/+3
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-1/+1
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-0/+357