nuttx/arch/arm/src/armv7-m
patacongo 2a77c20228 A few fixes related to dispatched signals in kernel mode (there are still issues)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5777 42af7a65-404d-4744-a932-0658087f49c3
2013-03-22 21:59:05 +00:00
..
exc_return.h Add a OS test kernel build configuration for the STM32F4Discovery board 2013-03-22 16:19:59 +00:00
Kconfig Misc fixes for LM3S kconfig-frontends build 2013-01-02 14:02:07 +00:00
mpu.h More MPU-related fixes 2013-03-16 00:34:43 +00:00
nvic.h More LPC1788 updates from Rommel Marcelo 2013-03-19 13:33:00 +00:00
psr.h
ram_vectors.h Add support for ram vectors to the ARMv7-M architecture 2013-03-18 21:10:08 +00:00
svcall.h Add support for calling to and returning from signal handlers in in user-mode threads 2013-03-17 00:40:49 +00:00
Toolchain.defs Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line 2013-01-31 23:29:34 +00:00
up_assert.c If the PRIMASK is used to disable interrupts, then additional logic is required to handle hard faults in the kernel build 2013-03-19 16:11:23 +00:00
up_blocktask.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_copystate.c
up_doirq.c Mostly costmetic updates 2012-12-23 17:32:41 +00:00
up_elf.c C++ constructors work with ELF load now 2012-10-29 19:32:05 +00:00
up_exception.S In KERNEL mode, need to explicitly set the privilege in the CONTROL register on return from exceptions 2013-03-19 00:16:27 +00:00
up_fpu.S More STM32 F4 USB patches from Petteri 2013-02-15 19:48:53 +00:00
up_fullcontextrestore.S Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_hardfault.c If the PRIMASK is used to disable interrupts, then additional logic is required to handle hard faults in the kernel build 2013-03-19 16:11:23 +00:00
up_initialstate.c Fix more compile errors and warnings introduced in recent commits 2013-03-15 01:32:47 +00:00
up_memcpy.S Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_memfault.c If the PRIMASK is used to disable interrupts, then additional logic is required to handle hard faults in the kernel build 2013-03-19 16:11:23 +00:00
up_mpu.c More MPU-related fixes 2013-03-16 00:34:43 +00:00
up_ramvec_attach.c Add support for ram vectors to the ARMv7-M architecture 2013-03-18 21:10:08 +00:00
up_ramvec_initialize.c More LPC1788 updates from Rommel Marcelo 2013-03-19 13:33:00 +00:00
up_releasepending.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_reprioritizertr.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_saveusercontext.S Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_schedulesigaction.c There kernel-side signal handler trampoline needs to run in privileged mode 2013-03-17 01:10:23 +00:00
up_sigdeliver.c Add support for calling to and returning from signal handlers in in user-mode threads 2013-03-17 00:40:49 +00:00
up_svcall.c A few fixes related to dispatched signals in kernel mode (there are still issues) 2013-03-22 21:59:05 +00:00
up_switchcontext.S Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_systemreset.c
up_unblocktask.c Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
up_vectors.c
vfork.S Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00