OVMS3-idf/components/pthread/Kconfig
Alexey Gerenkov 8859dab10c Cleanup
2017-09-06 10:30:23 +08:00

17 lines
394 B
Plaintext

menu "PThreads"
config ESP32_PTHREAD_TASK_PRIO_DEFAULT
int "Default task priority"
range 0 255
default 5
help
Priority used to create new tasks with default pthread parameters.
config ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT
int "Default task stack size"
default 2048
help
Stack size used to create new tasks with default pthread parameters.
endmenu