esp-idf/components/esp_system
Renz Bagaporo 837052c86f esp_system: restore deleted no stack check flag
Restores the change of startup refactor changes removed the no stack
check protection flag when compiling the source file that contains
execution of constructors - which contains function to setup stack
guard. Restore that and update the source file, since this is in the 2nd
stage of the startup now.

Closes https://github.com/espressif/esp-idf/issues/5617
2020-07-22 11:57:18 +08:00
..
include esp_wifi: Add API to get available internal heap size. 2020-06-30 21:51:00 +08:00
port Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08:00
private_include esp_system: restore order of some init functions 2020-06-19 18:40:10 +10:00
CMakeLists.txt esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
component.mk esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
Kconfig esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
linker.lf esp32, esp32s2: update console initialization 2020-06-26 15:38:49 +02:00
panic.c esp32, esp32s2: update console initialization 2020-06-26 15:38:49 +02:00
sdkconfig.rename esp_system: add CONFIG_ESP_SYSTEM_RTC_EXT_CRYS 2020-07-20 11:15:24 +08:00
startup.c Merge branch 'refactor/common_rom_uart_apis' into 'master' 2020-07-21 15:24:21 +08:00
system_api.c esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00