nuttx/arch/arm/src/armv7-m
2017-01-26 07:20:35 -06:00
..
gnu Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications. 2017-01-20 10:53:46 -06:00
iar Fix a cloned typo 2016-10-19 09:14:21 -06:00
arch_clean_dcache_all.c
arch_clean_dcache.c
arch_disable_dcache.c
arch_enable_dcache.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
arch_flush_dcache_all.c
arch_flush_dcache.c
arch_invalidate_dcache_all.c
arch_invalidate_dcache.c
cache.h SAMV7 QSPI: When QSPI is enabled, make the QSPI memory strongly ordered 2015-11-06 12:10:15 -06:00
dwt.h
etm.h
exc_return.h
itm_syslog.h Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
itm.h
Kconfig Add configuration to prevent selection of Windows native toolchains when using Ubuntu under Windows 10 2017-01-02 07:16:47 -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
psr.h
ram_vectors.h
svcall.h ARMv7-A/M: Cosmetic changes 2015-12-14 11:56:39 -06:00
Toolchain.defs Back out most of 34be3e7c3c and update README again. Windows native tools cannot be used with Ubuntu under Windows 10 now. For Cygwin, that support depends on the 'cygpath -w' tool to convert POSIX paths to Windows paths. There is no corresponding tool for Ubuntu under Windows 10. 2017-01-01 16:29:03 -06:00
tpi.h
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 Remove comment blocks from empty file sections. 2017-01-19 11:59:41 -06:00
up_copyarmstate.c Remove comment blocks from empty file sections. 2017-01-19 11:59:41 -06:00
up_copyfullstate.c Remove comment blocks from empty file sections. 2017-01-19 11:59:41 -06:00
up_doirq.c Remove uninterpretable comment. 2017-01-26 07:20:35 -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 Remove comment blocks from empty file sections. 2017-01-19 11:59:41 -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 Remove comment blocks from empty file sections. 2017-01-19 11:59:41 -06:00
up_releasepending.c Revert "All CMP platforms: Apply same fix verified on other platforms found on Xtensa." 2016-12-25 07:08:44 -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 SMP: Fix a typo introduced in c5b00ccfc4 2017-01-16 08:48:05 -06:00
up_sigdeliver.c SMP Signals: Fix some SMP signal delivery logic. Was not handling some critical sections correctly and was missing logic to signal tasks running on other CPUs. 2017-01-14 08:28:37 -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