zephyr/tests/arch/arm
Fabio Baltieri 7ddefbf369 tests: arm: sw_vector_table: fix build on many non systick platforms
In 4c93fcd35b, the default use case has been changed to support setting
a custom handler, but it's written in a way to only support MCUX and
SYSTICK based platforms. For any other platform the build break because
of undefined TIMER_IRQ_HANDLER and TIMER_IRQ_NUM.

Fix the conditional so that the custom timer line is only entered if a
custom handler is defined. The test would probably stil not run on those
platforms until a custom case is defined pointing at the custom timer
interrput handler, but at least it won't break CI.

Also drop a closing endif comment as that clearly became misleading.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-07-28 16:39:44 -04:00
..
arm_custom_interrupt tests: kernel/arch: various doxygen fixes 2025-04-22 14:03:29 +02:00
arm_hardfault_validation
arm_interrupt tests: arch: arm_interrupt: Fix stack overflows in .no_optimizations 2025-05-26 17:59:34 +02:00
arm_irq_advanced_features board: infineon: add XMC7200 Eval board support 2025-05-28 21:29:20 +02:00
arm_irq_vector_table tests: arm: sw_vector_table: fix build on many non systick platforms 2025-07-28 16:39:44 -04:00
arm_irq_zero_latency_levels board: infineon: add XMC7200 Eval board support 2025-05-28 21:29:20 +02:00
arm_mem_protect
arm_mpu_pxn tests: arch: arm: update for MPS4 Corstone315 2025-06-23 16:30:52 -05:00
arm_no_multithreading
arm_runtime_nmi
arm_sw_vector_relay tests: arm_sw_vector_relay: Add test case for RAM vector table relocation 2025-07-21 07:24:09 -04:00
arm_thread_swap Revert "tests: arm_thread_swap: Add overlay for nRF54H20" 2025-06-11 10:09:02 -07:00
arm_thread_swap_tz
arm_tz_wrap_func tests: arch: Fix zassert string 2025-05-22 16:17:23 +02:00