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