Skip to content

Commit

Permalink
tools: Update GCC toolchain to esp-2021r2-patch4 version. Includes GC…
Browse files Browse the repository at this point in the history
…C 8.4.0, Newlib 3.3.0

Closes #7857
Closes #6004
Closes #6124
Closes #9396
  • Loading branch information
antmak committed Sep 12, 2022
1 parent da0cfb8 commit 0007754
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 115 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain_versions.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch4
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0

CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2-patch3
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch4
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2-patch4
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0
Loading

0 comments on commit 0007754

Please sign in to comment.