CONFIG_TEST_BUSY_SIM
Enable busy simulator
Type: bool
Help
It simulates cpu load by using counter device to generate interrupts
with random intervals and random busy looping in the interrupt.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/testsuite/Kconfig:153
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:61
Menu path: (Top) → Sub Systems and OS Services → Testing
config TEST_BUSY_SIM
bool "Enable busy simulator"
select ENTROPY_GENERATOR
select RING_BUFFER if !XOSHIRO_RANDOM_GENERATOR
select COUNTER
depends on TEST
help
It simulates cpu load by using counter device to generate interrupts
with random intervals and random busy looping in the interrupt.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)