mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 23:00:08 +01:00
Adds ESP32-C3 support
Updates ESP32-S3 overlay
GDB 9.2 for ESP32-C3 with core dump support
Linker supports eh-frame-hdr for ESP32-C3
Newlib 3.3.0 includes fixes for <cmath> funcs, for overflow when TZ calculating, for malloc checks
Binutils 2.35.1
Closes https://github.com/espressif/esp-idf/issues/6795
7 lines
217 B
Makefile
7 lines
217 B
Makefile
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r1
|
|
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
|
|
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r1
|
|
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r1
|
|
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
|