6899c0d73a
Adds userspace configuration to testcase.yaml. Updates the README.rst with output from runs on a frdm_k64f board as not only have the descriptions changed, but there is now additional output for userspace configurations. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
28 lines
562 B
Plaintext
28 lines
562 B
Plaintext
CONFIG_TEST=y
|
|
|
|
# eliminate timer interrupts during the benchmark
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
|
|
|
|
# We use irq_offload(), enable it
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
|
|
# Reduce memory/code footprint
|
|
CONFIG_BT=n
|
|
CONFIG_FORCE_NO_ASSERT=y
|
|
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
# Disable HW Stack Protection (see #28664)
|
|
CONFIG_HW_STACK_PROTECTION=n
|
|
CONFIG_COVERAGE=n
|
|
|
|
# Disable system power management
|
|
CONFIG_PM=n
|
|
|
|
# Can only run under 1 CPU
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_TIMING_FUNCTIONS=y
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=2048
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
|
CONFIG_USERSPACE=y
|