zephyr/subsys/testsuite
Krzysztof Chruscinski 0a7667bf7f testsuite: busy_sim: Use xoshiro128++ when enabled
Taking random numbers from hardware may be time consuming thus
it was deferred to a work queue. On the other hand, taking them
from software algorithm is fast. Use xoshiro128++ when enabled,
instead of real random numbers from hardware RNG generator. They
are use for random intervals in the test so no security concerns
here.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-12-01 10:00:50 +01:00
..
busy_sim testsuite: busy_sim: Use xoshiro128++ when enabled 2021-12-01 10:00:50 +01:00
coverage linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
include testsuite: busy_sim: Add callback to the interrupt 2021-12-01 10:00:50 +01:00
ztest testsuite: ztest: Do logging flush only when default thread is used 2021-11-29 10:34:22 -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 ztest: Add register functionality 2021-10-28 16:57:51 -04:00