mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 02:56:10 +00:00
Tests that do not use any of the legacy kernel APIs can be moved to unified kernel to avoid double testing. Change-Id: Ic2353feb23ee20d9d93f5459432d3b3739df8e03 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_NUM_IRQS=2
|
|
CONFIG_FLOAT=y
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|