mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
837052c86f
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