zephyr/samples/microkernel/benchmark/latency_measure/prj_generic.conf

9 lines
236 B
Plaintext

# Use standard security profile for maximum performance.
CONFIG_ENHANCED_SECURITY=n
# needed for printf output sent to console
CONFIG_STDOUT_CONSOLE=y
# eliminate timer interrupts during the benchmark
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1