nuttx-apps/benchmarks/superpi/Kconfig

22 lines
419 B
Plaintext
Raw Normal View History

config BENCHMARK_SUPERPI
tristate "SuperPI test"
default n
if BENCHMARK_SUPERPI
config BENCHMARK_SUPERPI_PROGNAME
string "Program Name"
default "pi_css5"
config BENCHMARK_SUPERPI_STACKSIZE
int "SuperPI stack size"
default DEFAULT_TASK_STACKSIZE
config BENCHMARK_SUPERPI_PRIORITY
int "Task PRIORITY"
default 100
---help---
The higher the priority value, the lower the priority.
endif # BENCHMARK_SUPERPI