Skip to content

Commit bf43076

Browse files
committed
tools: Update 2022r1 toolchain, GCC 11.2.0, Newlib 4.1.0
Closes #7282 Closes #7857 Closes #6885 Closes #6214
1 parent 2d08431 commit bf43076

File tree

2 files changed

+117
-117
lines changed

2 files changed

+117
-117
lines changed

tools/toolchain_versions.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
2-
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
1+
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2022r1-RC1
2+
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 11.2.0
33

4-
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
5-
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2-patch3
6-
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
4+
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2022r1-RC1
5+
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2022r1-RC1
6+
CURRENT_TOOLCHAIN_GCC_VERSION = 11.2.0

0 commit comments

Comments
 (0)