Tests that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
CONFIG_TEST=y
|
|
# all printf, fprintf to stdout go to console
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
# eliminate timer interrupts during the benchmark
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=2
|
|
CONFIG_TICKLESS_KERNEL=n
|
|
|
|
CONFIG_MAIN_THREAD_PRIORITY=6
|
|
CONFIG_FORCE_NO_ASSERT=y
|
|
|
|
# Disable HW Stack Protection (see #28664)
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
CONFIG_HW_STACK_PROTECTION=n
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|