nuttx-apps/testing/superpi/Kconfig
zhangchao53 ba19e5b92b porting superPi to vela,add makefile
Signed-off-by: zhangchao53 <zhangchao53@xiaomi.com>
2023-08-11 18:25:07 +08:00

22 lines
382 B
Plaintext

config SUPERPI
tristate "SuperPI test"
default n
if SUPERPI
config SUPERPI_PROGNAME
string "Program Name"
default "pi_css5"
config SUPERPI_STACKSIZE
int "SuperPI stack size"
default DEFAULT_TASK_STACKSIZE
config SUPERPI_PRIORITY
int "Task PRIORITY"
default 100
---help---
The higher the priority value, the lower the priority.
endif