mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 00:11:20 +08:00

Xiaomi has submitted the SGA and we can migrate the licese to ASF Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
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
|