mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7a186ba1b0
freertos kconfig: Add max task length name, move task stack overflow watchpoint * Allow setting task name length via kconfig * Move task stack overflow watchpoint out of internals debugging submenu, place next to other stack overflow checks. * Thread local pointer feature should depend on Ethernet or WiFi See merge request !531