nuttx/arch/arm/src/armv7-m
2014-01-24 14:28:49 -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 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 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 The optimization level can now be selected as part of the configuration 2014-01-24 07:45:35 -06:00
up_assert.c rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -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 rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
up_elf.c C++ constructors work with ELF load now 2012-10-29 19:32:05 +00:00
up_exception.S Need to protect state on stack to do nested interrupt handling 2013-12-23 14:11:32 -06: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 STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot 2013-12-31 10:55:46 -06:00
up_initialstate.c Beginning of high priority nested interrupt support for the ARMv7-M family 2013-12-21 11:03:38 -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 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 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 Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +00:00
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 rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -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 Optimized ARMv7-M memcpy() function from Mike Smith 2012-10-20 18:56:55 +00:00
up_systemreset.c STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller 2012-09-27 19:26:18 +00:00
up_unblocktask.c Remove up_assert_code 2013-04-25 15:19:59 -06:00
up_vectors.c Fixes a few more high priority, nested interrupt logic 2013-12-23 11:13:56 -06:00
vfork.S Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00