2014-04-22 15:52:08 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-04-22 15:52:08 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_CPUHOG
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "CPU hog"
|
2016-07-20 18:46:05 +02:00
|
|
|
default n
|
|
|
|
depends on PIPES
|
|
|
|
---help---
|
|
|
|
Enable the cpuhog example
|
2014-04-22 15:52:08 +02:00
|
|
|
|
|
|
|
if EXAMPLES_CPUHOG
|
2014-04-22 18:38:08 +02:00
|
|
|
|
|
|
|
config EXAMPLES_CPUHOG_STACKSIZE
|
|
|
|
int "CPU hog stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2014-04-22 18:38:08 +02:00
|
|
|
|
|
|
|
config EXAMPLES_CPUHOG_PRIORITY
|
|
|
|
int "CPU hog task priority"
|
|
|
|
default 50
|
|
|
|
|
2014-04-22 15:52:08 +02:00
|
|
|
endif
|