Explorar o código

Merge branch 'bugfix/revert_freertos_min_stack_size' into 'master'

freertos: revert default stack size of idle tasks (from 2304 to 1536)

Closes IDF-2540

See merge request espressif/esp-idf!13553
Angus Gratton %!s(int64=4) %!d(string=hai) anos
pai
achega
190063a6b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/freertos/Kconfig

+ 1 - 1
components/freertos/Kconfig

@@ -175,7 +175,7 @@ menu "FreeRTOS"
     config FREERTOS_IDLE_TASK_STACKSIZE
     config FREERTOS_IDLE_TASK_STACKSIZE
         int "Idle Task stack size"
         int "Idle Task stack size"
         range 768 32768
         range 768 32768
-        default 2304
+        default 1536
         help
         help
             The idle task has its own stack, sized in bytes. The default size is enough for most uses. Size can be
             The idle task has its own stack, sized in bytes. The default size is enough for most uses. Size can be
             reduced to 768 bytes if no (or simple) FreeRTOS idle hooks are used and pthread local storage or FreeRTOS
             reduced to 768 bytes if no (or simple) FreeRTOS idle hooks are used and pthread local storage or FreeRTOS