zephyr/tests
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
..
application_development tests: vector_table_relocation: fix a mis-use of SRAM_SIZE 2025-07-04 13:06:13 -05:00
arch tests: arm: sw_vector_table: fix build on many non systick platforms 2025-07-28 16:39:44 -04:00
benchmarks
bluetooth bluetooth: host: Add support for extended feature set feature 2025-07-28 08:48:30 -04:00
boards boards: vmu_rt1170: Update dts to reflect the second IMU being ICM42686 2025-07-25 23:28:47 +02:00
boot tests: fix: limit platforms in boot.with_mcumgr.test_upgrade_ble 2025-07-04 16:41:01 -10:00
bsim tests: bluetooth: mesh: extend provisioning test with gotten stuck key 2025-07-25 08:17:24 -04:00
cmake
crypto crypto: remove deprecated tinycrypt 2025-07-24 02:48:32 -04:00
ctest/base
drivers boards: ti: am64/am24x: Update AM64x Nodes in MAIN 2025-07-28 08:53:55 -04:00
integration/kernel
kconfig tests: kconfig: functions: add tests for dt_compat_enabled_num 2025-06-27 10:07:01 -05:00
kernel tests: kernel/smp: more timeout 2025-07-25 08:08:09 -04:00
lib tests: lib: uuid: add heap arena for MINIMAL_LIBC compatibility 2025-07-28 08:40:20 -04:00
misc test: check_init_priorities: add a test for initlevels 2025-07-28 04:22:43 -04:00
modules tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
net tests: net: ipv6: Test packet queing when sending NS 2025-07-28 08:53:19 -04:00
posix posix: fnmatch: fix bugs in fnmatch(), see issue #55186 2025-06-09 17:05:40 -05:00
robot
subsys boards: nrf54h20dk: Merge iron variants into the base variants 2025-07-24 16:57:45 +01:00
unit tests: crc: Add test-case to validate CRC24Q RTCM3 2025-07-21 09:19:14 -04:00
ztest tests: error_hook: Workaround for RX architecture 2025-06-26 14:07:03 +02:00
test_config_ci.yaml
test_config.yaml
tests.dox