zephyr/tests
Tom Hughes d732a51d56 tests: kernel: gen_isr_table: Don't use IRQ1 if already used
IRQ 1 is used by the LiteX timer, so we can't use it for the test:

gen_isr_tables.py: error: multiple registrations at table_index 1 for
irq 1 (0x1)

Existing section
['.irq.WEST_TOPDIR/zephyr/tests/kernel/gen_isr_table/src/main.c.0'],
new section .irq.WEST_TOPDIR/zephyr/drivers/timer/litex_timer.c.0

Has IRQ_CONNECT or IRQ_DIRECT_CONNECT accidentally been invoked on the
same irq multiple times?

Issue #92194

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-07-02 17:58:08 -05:00
..
application_development tests: arch: arm: update for MPS4 Corstone315 2025-06-23 16:30:52 -05:00
arch tests/arch/rx: Remove unused variable 'events' 2025-06-26 14:07:03 +02:00
benchmarks
bluetooth tests: Bluetooth: Tester: VCP BSIM test 2025-07-01 10:54:09 -10:00
boards tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
boot tests: boot: add Espressif boards to MCUboot test case 2025-07-01 11:12:25 -10:00
bsim tests: Bluetooth: Tester: VCP BSIM test 2025-07-01 10:54:09 -10:00
cmake
crypto
ctest/base
drivers tests: spi_loopback: skip hold_on_cs test if not supported 2025-07-01 11:00:43 -10: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: gen_isr_table: Don't use IRQ1 if already used 2025-07-02 17:58:08 -05:00
lib tests: lib: net_buf: add tests for net_buf_linearize() 2025-06-26 11:01:49 -05:00
misc tests: misc: Fixing expected output on check_init_priorities test 2025-06-27 14:13:58 +02:00
modules tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
net tests: net: dns-sd: Use standard struct in_addr for IPs 2025-07-02 03:55:06 -10:00
posix posix: fnmatch: fix bugs in fnmatch(), see issue #55186 2025-06-09 17:05:40 -05:00
robot
subsys tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
unit tests: unit: util: increase coverage of utf-8 utils 2025-06-17 16:09:06 +02: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