zephyr/tests/kernel/interrupt
Tom Hughes 74f6f7f94c tests: kernel: interrupt: Remove MS_TO_US
No files use MS_TO_US except tests/kernel/interrupt/src/nested_irq.c.
While the macro is convenient, we should put it in a more central
location and use it everywhere if we want to use it rather than just in
interrupt_util.h. For now, remove it and replace the two usages to match
how code is written in the rest of Zephyr.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-02-20 06:05:37 +01:00
..
src tests: kernel: interrupt: Remove MS_TO_US 2025-02-20 06:05:37 +01:00
CMakeLists.txt tests: kernel: interrupt: multilevel: test APIs with devicetree 2024-10-02 10:08:19 +02:00
Kconfig tests: kernel: interrupt: multilevel: test APIs with devicetree 2024-10-02 10:08:19 +02:00
multilevel_irq.overlay irq: multilevel: add API to increment a multilevel IRQ 2024-10-02 10:08:19 +02:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml irq: multilevel: compile 3rd level IRQ APIs only when enabled 2025-02-19 14:49:27 +00:00