zephyr/subsys/testsuite
Alberto Escolar Piedras 9c0b12947e tests: interrupt util: Fix for native/posix targets
This utility header was accessing directly the interrupt
controller HW models, but those are not an interface one
can expect to not change, or to be avaliable in different
targets.
Instead we change it to use the APIs we have a contract
about, that is, the ones all POSIX arch boards are
expected to provide.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-09-01 09:54:27 +02:00
..
arch/unit_testing drivers: Console: Move all posix arch boards to same driver 2023-05-26 12:57:41 +02:00
boards/unit_testing/unit_testing
busy_sim drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
coverage testsuite: coverage: fix -Wcast-align warning 2023-01-19 06:51:44 -05:00
include/zephyr tests: interrupt util: Fix for native/posix targets 2023-09-01 09:54:27 +02:00
soc/unit_testing/unit_testing
ztest ztest: rename shadow variables 2023-08-10 08:14:12 +00:00
CMakeLists.txt build: drop LEGACY_INCLUDE_PATH support 2023-02-21 15:06:48 +01:00
Kconfig cmake/toolchain: Support LLVM source profiling/coverage for native boards 2023-08-28 10:35:21 +02:00
Kconfig.defconfig