nuttx/arch/arm/src/armv6-m
2015-07-31 08:39:26 -06:00
..
exc_return.h More Cortex-M0/NUC120 fixes 2013-02-25 18:36:25 +00:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
nvic.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
psr.h First cut at support for Cortex-M0 2013-02-16 16:32:19 +00: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 Newer 4.9 GCC does not permit both -mcpu= and -march= on the command line; either -mcpu= or -march= with -mtune. The latter gives me linking errors so all of the arguments committed to the former. Untested on more tools 2015-07-31 08:39:26 -06:00
up_assert.c Port some per-process stack dumping logic from ARMv7-M to ARMv6-M. From Alan Carvalho de Assis 2015-06-30 11:42:48 -06:00
up_blocktask.c Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h 2015-07-29 16:51:26 -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 arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -06:00
up_dumpnvic.c Correct some ARMv6-M NVIC addresses 2013-02-27 16:19:07 +00: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 Fix Cortex-M0 assembly error when the interrupt stack is enabled 2015-06-30 08:41:47 -06:00
up_fullcontextrestore.S Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06: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_releasepending.c Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h 2015-07-29 16:51:26 -06:00
up_reprioritizertr.c Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h 2015-07-29 16:51:26 -06:00
up_saveusercontext.S First cut at support for Cortex-M0 2013-02-16 16:32:19 +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 arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -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 Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -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 Correct some comments. Noted by Jouko Holopainen 2015-06-04 08:12:58 -06:00
up_systemreset.c Add support for a BOARDIOC_RESET boardctl() command. Enable configuration options to support BOARDIOC_RESET for ARMv6-M and ARMv7-M 2015-07-04 10:39:24 -06:00
up_unblocktask.c Fixes that call sched_resume_scheduler and sched_suspend_scheduler must include nuttx/sched.h 2015-07-29 16:51:26 -06:00
up_vectors.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
vfork.S More trailing whilespace removal 2014-04-13 16:22:22 -06:00