nuttx/arch/arm/src/armv7-m
2014-10-08 12:48:47 -06:00
..
exc_return.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
Kconfig Buildroot EABI (vs OABI) is now the default 2014-02-28 07:49:15 -06:00
mpu.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
nvic.h Several fixes related to Cortex-M RAM vectors 2013-12-22 18:19:08 -06:00
psr.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
ram_vectors.h Fixes a few more high priority, nested interrupt logic 2013-12-23 11:13:56 -06:00
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 ARMv7-M: Add FPU-related CFLAG settings for the CodeSourcery of Linux toolchain 2014-04-29 15:02:34 -06:00
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 Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_copyarmstate.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
up_copyfullstate.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
up_doirq.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_fullcontextrestore.S Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
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 Assembler changes with the gcc-47 distribution from ARM mean that we need to be explicit about branch one or more of the wide branch opcodes results in bad table branching. From Mike Smith 2014-01-23 15:29:57 -06:00
up_memfault.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
up_mpu.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_ramvec_attach.c Fixes a few more high priority, nested interrupt logic 2013-12-23 11:13:56 -06:00
up_ramvec_initialize.c Fixes a few more high priority, nested interrupt logic 2013-12-23 11:13:56 -06:00
up_releasepending.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_reprioritizertr.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_saveusercontext.S Rework of kernel build signal dispatch to user-space handlers 2013-03-23 14:46:02 +00:00
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 Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_systemreset.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_unblocktask.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
up_vectors.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
vfork.S More trailing whilespace removal 2014-04-13 16:22:22 -06:00