zephyr/arch/arm/core/cortex_m
Dominik Ermel ebd8803bd1 arch: arm: cortex_m: Rephrase comment on IRQ decrement
Move and rephrase the comment to better explain reason why obtained
IRQ number is decremented.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2025-04-25 19:00:15 +02:00
..
cmse arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
tz toolchain: move some hardcoded flags to properties 2025-02-14 19:12:44 +00:00
__aeabi_read_tp.S
cache.c cache: add new interface arch_cache_init() for initializing cache 2024-09-17 20:05:22 -04:00
CMakeLists.txt arch: arm: cortex_m: generalizing SRAM vector table relocation 2025-04-25 11:03:54 +02:00
coredump.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
cpu_idle.c arch: arm: cortex_m: Add sys_trace_idle_exit calls 2025-03-12 14:03:48 +00:00
debug.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
exc_exit.c Revert "arch: arm: cortex_m: Only trigger context switch if thread is preemptible" 2025-02-04 12:03:20 +01:00
fault_s.S
fault.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
fpu.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
irq_init.c arch: arm: cortex_m: handle multi-level interrupts in irq init 2025-03-11 18:54:40 +01:00
irq_manage.c arch: arm: irq: allow custom irq control for multi-level interrupts 2025-03-11 18:54:40 +01:00
irq_relay.S
isr_wrapper.c arch: arm: cortex_m: Rephrase comment on IRQ decrement 2025-04-25 19:00:15 +02:00
Kconfig kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
pm_s2ram.c Revert "arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions" 2025-03-07 19:46:01 +01:00
pm_s2ram.S Revert "arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions" 2025-03-07 19:46:01 +01:00
prep_c.c arch: arm: cortex_m: generalizing SRAM vector table relocation 2025-04-25 11:03:54 +02:00
ram_vector_table.ld arch: arm: cortex_m: generalizing SRAM vector table relocation 2025-04-25 11:03:54 +02:00
relay_vector_table.ld
reset.S arch: arm: refactor pm_s2ram 2025-03-07 19:46:01 +01:00
scb.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
semihost.c arch: arm: Replaced __volatile__ with volatile 2025-03-17 16:24:51 +01:00
swap_helper.S arch: arm: cortex_m: make reading tls pointer faster on v7m and v8m.main 2025-02-08 10:09:10 +01:00
thread_abort.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
thread.c arch: arm: cortex_m: 'movs reg, imm' mnemonic 2025-02-17 21:15:44 +01:00
timing.c arch: arm: cortex_m: Apply clang-format on cortex_m related code 2025-02-13 16:42:48 +01:00
vector_table_pad.ld
vector_table.h
vector_table.S
vt_pointer_section.ld