nuttx/arch/arm/src/armv7-m
2016-12-08 10:24:40 -06:00
..
gnu Fix a cloned typo 2016-10-19 09:14:21 -06:00
iar Fix a cloned typo 2016-10-19 09:14:21 -06:00
arch_clean_dcache_all.c SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this 2015-03-29 13:09:22 -06:00
arch_clean_dcache.c SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this 2015-03-29 13:09:22 -06:00
arch_disable_dcache.c Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations 2015-03-17 08:48:41 -06:00
arch_enable_dcache.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
arch_flush_dcache_all.c SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this 2015-03-29 13:09:22 -06:00
arch_flush_dcache.c SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look like it needs this 2015-03-29 13:09:22 -06:00
arch_invalidate_dcache_all.c Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations 2015-03-17 08:48:41 -06:00
arch_invalidate_dcache.c Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations 2015-03-17 08:48:41 -06:00
cache.h SAMV7 QSPI: When QSPI is enabled, make the QSPI memory strongly ordered 2015-11-06 12:10:15 -06:00
dwt.h Add ARMv7-M DWT and TPI register definitions 2014-10-21 16:46:26 -06:00
etm.h Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr 2014-11-01 09:17:34 -06:00
exc_return.h Add new common lazy FPU state saving option for ARMv7-M. Not yet verified 2015-03-06 08:26:43 -06:00
itm_syslog.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
itm.h Add ARMv7-M DWT and TPI register definitions 2014-10-21 16:46:26 -06:00
Kconfig Some renaming so that future features will fit in better; If the architecture provides its only system logging (via CONFIG_ARCH_SYSLOG), then syslog_initialize() is stubbed out 2016-06-19 11:16:12 -06:00
mpu.h ARMv7-M: Fix double allocation of MPU region in mmu.h 2016-11-17 13:37:24 -06:00
nvic.h Break ARMv7E-M cache operations into separate files; Finish the unimplemented cache operations 2015-03-17 08:48:41 -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 ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
Toolchain.defs ARMv7-M: Add toolchain option to select the IAR tools. Move ARMv7-M assembly language into a gnu/ subdirectory. Makefile selects iar/ or gnu/ directory based upon tool configuration 2016-04-02 07:53:52 -06:00
tpi.h Add ARMv7-M DWT and TPI register definitions 2014-10-21 16:46:26 -06:00
up_assert.c ARMv7-M SMP: Applied the latest changes for ARMv7A-SMP 2016-12-04 06:49:49 -06:00
up_blocktask.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
up_coherent_dcache.c Eliminate a warning 2015-12-12 11:37:25 -06:00
up_copyarmstate.c Add new common lazy FPU state saving option for ARMv7-M. Not yet verified 2015-03-06 08:26:43 -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 Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
up_elf.c armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 15:57:52 -06:00
up_hardfault.c armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 15:57:52 -06:00
up_initialstate.c Make some spacing comply better with coding standard 2015-10-06 16:23:32 -06:00
up_itm_syslog.c Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
up_itm.c Standardize the width of all comment boxes in C files 2015-10-03 07:25:03 -06:00
up_memfault.c armv7-r/armv7-m: Convert *err() to either *info() or add ERROR:, depending on if an error is reported 2016-06-17 15:57:52 -06:00
up_mpu.c Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU 2015-12-14 13:56:21 -06:00
up_ramvec_attach.c Centralize definitions associated with CONFIG_DEBUG_IRQ 2016-06-15 08:35:22 -06:00
up_ramvec_initialize.c Centralize definitions associated with CONFIG_DEBUG_IRQ 2016-06-15 08:35:22 -06:00
up_releasepending.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_reprioritizertr.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_schedulesigaction.c ARMv7-M SMP: Applied the latest changes for ARMv7A-SMP 2016-12-04 06:49:49 -06:00
up_sigdeliver.c ARMv7-M SMP: Applied the latest changes for ARMv7A-SMP 2016-12-04 06:49:49 -06:00
up_signal_dispatch.c Update TODO and some comments. 2016-12-08 10:24:40 -06:00
up_stackcheck.c ARMv7-M: Cosmetic fixes to some file headers 2015-11-06 13:37:37 -06:00
up_svcall.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_systemreset.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
up_unblocktask.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
up_vectors.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00