-
CONFIG_QEMU_ICOUNT_SHIFT
¶
QEMU icount shift value
Type: int
Help¶
The virtual CPU will execute one instruction every 2^N nanoseconds of virtual time, where N is the value provided here.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr>/boards/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top) → Board Options → QEMU icount mode
config QEMU_ICOUNT_SHIFT
int "QEMU icount shift value"
depends on QEMU_ICOUNT
help
The virtual CPU will execute one instruction every 2^N nanoseconds
of virtual time, where N is the value provided here.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)