nuttx/arch/arm/src/armv7-m
2014-10-08 12:48:47 -06:00
..
exc_return.h
Kconfig
mpu.h
nvic.h
psr.h
ram_vectors.h
svcall.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
Toolchain.defs
up_assert.c Update everything under nuttx/arch to use the corrected syslog interfaces 2014-10-08 12:48:47 -06:00
up_blocktask.c
up_copyarmstate.c
up_copyfullstate.c
up_doirq.c
up_elf.c ELF relocations. Some relocation types do not have a named symbol associated with them. The design did not account for that case 2014-09-09 16:52:51 -06:00
up_exception.S Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_fpu.S
up_fullcontextrestore.S
up_hardfault.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_initialstate.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_memcpy.S
up_memfault.c
up_mpu.c
up_ramvec_attach.c
up_ramvec_initialize.c
up_releasepending.c
up_reprioritizertr.c
up_saveusercontext.S
up_schedulesigaction.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_sigdeliver.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_signal_dispatch.c Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7-a version needs to be different to handle the case where we are dispatch kernel mode signals when running under a user mode group 2014-09-16 13:35:29 -06:00
up_signal_handler.S Add support for delivery of use-mode signals in the kernel build. 2014-09-02 15:58:14 -06:00
up_svcall.c Fix a typo in system call when fetching parameter from the stack: regs[REG_PC]+4 is the address, not regs[REG_PC+4] 2014-09-15 10:55:10 -06:00
up_switchcontext.S
up_systemreset.c
up_unblocktask.c
up_vectors.c
vfork.S