zephyr/subsys/testsuite
Enjia Mai db3fa50916 testsuite: utils: use IPI instead of int instruction for testing on x86
For x86, make the testing purpose trigger_irq() function to send
interrupt processor interrupt to CPU by APIC, instead of executing
INT instruction. Doing this because:
1. It can be controlled by irq lock, more close to trigger irq.
2. We don't need to hardcode the interrupt vector.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2022-01-18 13:24:28 -05:00
..
busy_sim testsuite: busy_sim: Use xoshiro128++ when enabled 2021-12-01 10:00:50 +01:00
coverage tests: coverage: fix the blocking on mps2_an385 coverage report 2022-01-12 16:30:39 -06:00
include testsuite: utils: use IPI instead of int instruction for testing on x86 2022-01-18 13:24:28 -05:00
ztest testsuite: ztest: Use STRINGIFY in ZTEST_SUITE 2022-01-18 13:12:38 -05:00
CMakeLists.txt testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
Kconfig testsuite: busy_sim: Use xoshiro128++ when enabled 2021-12-01 10:00:50 +01:00
unittest.cmake cmake: remove CMake policy CMP0000 and CMP0002 in unittest.cmake 2021-12-18 14:58:55 +01:00