help
Stack size used to create new tasks with default pthread parameters.
- config PTHREAD_STACK_MIN
+ config ESP32_PTHREAD_STACK_MIN
int "Minimum allowed pthread stack size"
default 768
help
#endif
#ifndef PTHREAD_STACK_MIN
-#define PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN
+#define PTHREAD_STACK_MIN CONFIG_ESP32_PTHREAD_STACK_MIN
#endif
/** pthread configuration structure that influences pthread creation */
--- /dev/null
+# sdkconfig replacement configurations for deprecated options formatted as
+# CONFIG_DEPRECATED_OPTION CONFIG_NEW_OPTION
+
+CONFIG_PTHREAD_STACK_MIN CONFIG_ESP32_PTHREAD_STACK_MIN