These are using old kernel APIs and need to be converted. Change-Id: I7457270fb5e93e290023756316e82a384712e82b Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
# all printf, fprintf to stdout go to console
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
CONFIG_NUM_COMMAND_PACKETS=50
|
|
|
|
# eliminate timer interrupts during the benchmark
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
|
|
|
|
CONFIG_MAIN_STACK_SIZE=16384
|