.. |
gnu
|
Update some comments.
|
2018-08-03 16:20:42 -06:00 |
iar
|
arch/arm/src/stm32l4: STM32L4 has fetchadd and testset
|
2018-06-18 07:14:52 -06:00 |
arch_clean_dcache_all.c
|
|
|
arch_clean_dcache.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
arch_disable_dcache.c
|
|
|
arch_enable_dcache.c
|
|
|
arch_flush_dcache_all.c
|
|
|
arch_flush_dcache.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
arch_invalidate_dcache_all.c
|
|
|
arch_invalidate_dcache.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
cache.h
|
|
|
dwt.h
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
etm.h
|
|
|
exc_return.h
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
itm_syslog.h
|
|
|
itm.h
|
|
|
Kconfig
|
arch/arm/src/armv7-m: Implement SYSTICK timer driver
|
2018-08-23 10:09:56 -06:00 |
mpu.h
|
arch/arm/armv7-m: MPU: mpu_log2regionceil needs take into account the offset too
|
2018-08-24 07:13:05 -06:00 |
nvic.h
|
arch/arm/src/stm32h7: Remove old references to RXDMA. Add configuration option to select the Rx FIFO threshold level.
|
2018-09-02 08:35:22 -06:00 |
psr.h
|
|
|
ram_vectors.h
|
arch/arm: Fix an error found in build testing.
|
2018-06-20 13:12:54 -06:00 |
svcall.h
|
|
|
systick.h
|
arch/arm/src/armv7-m: Implement SYSTICK timer driver
|
2018-08-23 10:09:56 -06:00 |
Toolchain.defs
|
Add CLANG definitions in Kconfig and Toolchain.defs
|
2017-07-02 06:42:48 -06:00 |
tpi.h
|
|
|
up_assert.c
|
configs/: Change CONFIG_BOARD_RESET_ON_CRASH to CONFIG_BOARD_RESET_ON_ASSERT, arch/: Implement call to board_reset() if in all implementations of up_assert() when CONFIG_BOARD_RESET_ON_ASSERT=y.
|
2018-08-22 17:04:39 -06:00 |
up_blocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
up_coherent_dcache.c
|
|
|
up_copyarmstate.c
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
up_copyfullstate.c
|
|
|
up_doirq.c
|
|
|
up_hardfault.c
|
ARMv7-M/ARMv6-M: Review last PR. Rename CONFIG_DEBUG_HARDFAULT to OHNFIG_DEBUG_HARDFAULT_ALERT for consistency.
|
2018-07-30 06:46:44 -06:00 |
up_initialstate.c
|
Squashed commit of the following:
|
2018-06-20 12:30:37 -06:00 |
up_itm_syslog.c
|
|
|
up_itm.c
|
arch/: Remove dangling space at the end of lines.
|
2017-06-28 13:16:48 -06:00 |
up_memfault.c
|
arm/Kconfig: Add spurious 'invisible' configuration settings to avoid prompting users for hardfault or memfault debug on systems where such debug is not available.
|
2018-07-24 05:54:30 -06:00 |
up_mpu.c
|
arch/arm/armv7-m: MPU: mpu_log2regionceil needs take into account the offset too
|
2018-08-24 07:13:05 -06:00 |
up_ramvec_attach.c
|
arch/arm: Fix an error found in build testing.
|
2018-06-20 13:12:54 -06:00 |
up_ramvec_initialize.c
|
|
|
up_releasepending.c
|
|
|
up_reprioritizertr.c
|
Replace non critical PANIC with DEBUGPANIC to save the code space
|
2018-08-24 06:21:15 -06:00 |
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
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -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
|
arm syscalls: svcall/sycall logic needs to get the ucontext argument from R4 instead of stack since all syscall parameters pass from registers in syscall.h
|
2018-08-24 07:11:18 -06:00 |
up_systemreset.c
|
|
|
up_systick.c
|
arch/arm/src/armv7-m/up_systick.c: Fix warning: 'NVIC_IRQ_SYSTICK redefined'
|
2018-08-29 06:10:52 -06:00 |
up_trigger_irq.c
|
arch/arm/src/armv7-m/up_trigger_irq.c: Correct copyright and authorship of file. Cloning error.
|
2018-08-25 11:12:12 -06:00 |
up_unblocktask.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -06:00 |
up_vectors.c
|
arch/arm/src/armv6+7-m/up_vectors.c: Fix the type mismatch warning for _ebss
|
2018-08-24 07:04:51 -06:00 |