The latest development version of this page may be more current than this released 2.7.5 version.

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

TEST

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/testsuite/Kconfig:148

Included via Kconfig:8Kconfig.zephyr:44subsys/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
    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.)