mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Xiaomi has submitted the SGA and we can migrate the licese to ASF Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
23 lines
474 B
Text
23 lines
474 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config BENCHMARK_RTTESTS
|
|
tristate "RT-Tests"
|
|
default n
|
|
depends on PIPES && ALLOW_GPL_COMPONENTS
|
|
---help---
|
|
Measure the timer jitter
|
|
|
|
if BENCHMARK_RTTESTS
|
|
|
|
config BENCHMARK_RTTESTS_PRIORITY
|
|
int "RT-Tests task priority"
|
|
default 200
|
|
|
|
config BENCHMARK_RTTESTS_STACKSIZE
|
|
int "RT-Tests stack size"
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
endif
|