zephyr/tests/arch
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
..
arc tests: arch: arc: arc_vpx_lock: remove unused variable 2025-07-09 09:43:25 -05:00
arm tests: arm: sw_vector_table: fix build on many non systick platforms 2025-07-28 16:39:44 -04:00
arm64 tests: arch: arm64: arm64_high_address: Exclude Renesas RZ/A3UL SMARC 2025-03-19 03:34:15 +01:00
common boards: nordic: nrf54h20dk: refactor RAM memory map 2025-07-24 16:57:45 +01:00
riscv
rx/acc tests/arch/rx: Remove unused variable 'events' 2025-06-26 14:07:03 +02:00
x86 include: zephyr: sys: time_units: Type cast SYS_CLOCK_HW_CYCLES_PER_SEC 2025-03-28 12:21:07 +01:00
xtensa/save_restore_hifi tests: Update HiFi ctx switching 2025-07-20 12:25:17 -04:00