zephyr/samples/microkernel/test/test_task/prj_x86.conf

8 lines
215 B
Plaintext
Raw Normal View History

CONFIG_NUM_TASK_PRIORITIES=32
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_DRV_RANDOM=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NUM_DYNAMIC_STUBS=2