Fixup more for PSRAM issue;
Allow GDB work correctly with Privileged Registers;
Based on GCC 8.4.0;
Update a fix of C++ exception crashs from the GCC mainline;
Fixup strptime_l() and some locale in libc;
Closes https://github.com/espressif/esp-idf/issues/5765
6 lines
217 B
Makefile
6 lines
217 B
Makefile
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2020r3
|
|
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
|
|
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2020r3
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2020r3
|
|
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
|