nuttx/arch/arm/src/armv7-m
2018-06-06 17:20:01 -06:00
..
gnu
iar
arch_clean_dcache_all.c
arch_clean_dcache.c
arch_disable_dcache.c
arch_enable_dcache.c
arch_flush_dcache_all.c
arch_flush_dcache.c
arch_invalidate_dcache_all.c
arch_invalidate_dcache.c
cache.h
dwt.h
etm.h
exc_return.h
itm_syslog.h
itm.h
Kconfig
mpu.h
nvic.h
psr.h
ram_vectors.h
svcall.h
Toolchain.defs
tpi.h
up_assert.c Per OpenGroup.org, syslog -- and, hence, nonstandard vsyslog, and debug wrappers -- does not return a value. Rename _vsyslog to nx_vsyslog. Use internal nx_vsyslog in the few cases where a return value is required. 2018-03-04 08:07:07 -06:00
up_blocktask.c
up_coherent_dcache.c
up_copyarmstate.c
up_copyfullstate.c
up_doirq.c
up_hardfault.c
up_initialstate.c
up_itm_syslog.c
up_itm.c
up_memfault.c
up_mpu.c
up_ramvec_attach.c
up_ramvec_initialize.c
up_releasepending.c
up_reprioritizertr.c
up_schedulesigaction.c arch/: Relasted to last big change to force interrupts to be disabled. In the SMP case, we still must call leave_critical_section() at least once in order to compensate for the fact that the irqcount was incremented in up_schedsigaction(). 2018-06-06 17:04:12 -06:00
up_sigdeliver.c Update some comments. 2018-06-06 17:20:01 -06:00
up_signal_dispatch.c Trivial changes from review of last PR. 2018-02-14 08:20:40 -06:00
up_stackcheck.c
up_svcall.c
up_systemreset.c
up_unblocktask.c
up_vectors.c