aa25b169f7
Fixes PSRAM issues, volatile loads with -O2, std::locale, C++ exception crashs, FDE sorting switchable; Includes a 64-bit toolchain for Windows (win64); Closes https://github.com/espressif/esp-idf/issues/5090 Closes https://github.com/espressif/esp-idf/issues/5112 Closes https://github.com/espressif/esp-idf/issues/5150
6 lines
217 B
Makefile
6 lines
217 B
Makefile
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2020r2
|
|
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.2.0
|
|
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2020r2
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2020r2
|
|
CURRENT_TOOLCHAIN_GCC_VERSION = 8.2.0
|