esp-idf/components/esp32
Angus Gratton 9c73b80ee0 freertos: Increase minimum task stack size when stack smashing checker is enabled
Fixes issue with DPORT init task, this task uses minimum stack size and may not be
enough if stack smashing detection is set to Overall mode.

Also reworks the way we calculate minimum stack to allow for adding multiple
contributing factors.

Closes https://github.com/espressif/esp-idf/issues/6403
2021-03-04 17:44:36 +11:00
..
include deep_sleep: on S2 disable the brown out detector before deep sleeping 2021-02-18 18:39:06 +08:00
ld esp_wifi: light sleep optimization 2021-01-18 15:31:03 +08:00
test esp32c3: Add UTs for reset_reason 2021-01-18 07:12:21 +08:00
cache_err_int.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
cache_sram_mmu.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
clk.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
CMakeLists.txt esp_common: move some headers 2021-02-24 12:16:37 +08:00
component.mk esp32: Provision to redirect .bss to external ram through linker fragments 2020-12-04 06:32:38 +00:00
crosscore_int.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
dport_access.c freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
esp_himem.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00
hw_random.c global: Uses CCOUNT API instead of XTHAL macro 2021-01-12 16:24:23 +08:00
Kconfig esp_common: move to esp_hw_support 2021-02-24 12:16:37 +08:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild Add fixes for gcc8 psram fix improvement 2020-03-27 20:04:47 +07:00
project_include.cmake Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdkconfig.rename feat(psram): config SPI psram pins based on efuse value 2019-05-28 21:25:16 +08:00
spiram_psram.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
spiram_psram.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
spiram.c spiram: Add soc macro for SPIRAM address space size, use it where applicable 2020-09-21 11:43:55 +10:00
system_api_esp32.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00