nuttx/arch/arm/src/armv7-m
2013-11-01 11:16:51 -06:00
..
exc_return.h Add a OS test kernel build configuration for the STM32F4Discovery board 2013-03-22 16:19:59 +00:00
Kconfig Add support for a generic windows-based EABI toolchain; Add NX configuration to force default NXTK border colors 2013-06-13 11:04:18 -06:00
mpu.h More MPU-related fixes 2013-03-16 00:34:43 +00:00
nvic.h SAM4L: Extend interrupt support for the larger number of NVIC interrupts of the SAM4L 2013-06-09 13:00:38 -06:00
psr.h
ram_vectors.h Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06: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 ARMv7-N: Fix a copy error introduced in the previous check-in 2013-07-23 19:09:17 -06:00
up_assert.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_blocktask.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_copyarmstate.c Improve Cortex-A5 context switching so that a little less copying is done 2013-07-24 07:47:51 -06:00
up_copyfullstate.c Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A 2013-07-23 17:52:06 -06:00
up_doirq.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_elf.c
up_exception.S Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
up_fpu.S
up_fullcontextrestore.S
up_hardfault.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_initialstate.c
up_memcpy.S
up_memfault.c Remove up_assert_code 2013-04-25 15:19:59 -06: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 Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
up_releasepending.c
up_reprioritizertr.c Remove up_assert_code 2013-04-25 15:19:59 -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 There kernel-side signal handler trampoline needs to run in privileged mode 2013-03-17 01:10:23 +00:00
up_sigdeliver.c Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A 2013-07-23 17:52:06 -06:00
up_signal_handler.S Rework of kernel build signal dispatch to user-space handlers 2013-03-23 14:46:02 +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
up_systemreset.c
up_unblocktask.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_vectors.c
vfork.S