mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
1ddf40feb7
Make internal stack size variables in FreeRTOS 32-bit instead of 16-bit Stock FreeRTOS uses an uint16 to store stack sizes, making it impossible to allocate a stack >64K. This changes this into an uint32, allowing for larger stacks. See merge request !677