change(tools): update gcc toolchain version to 13.2.0

Add Kconfig option to supress new gcc warnings
Update docs with migration guide
This commit is contained in:
Alexey Lapshin
2023-07-12 12:28:58 +04:00
parent 54f0517724
commit 98199d50d6
16 changed files with 234 additions and 414 deletions
+7
View File
@@ -525,6 +525,13 @@ mainmenu "Espressif IoT Development Framework Configuration"
Enable this option if use GCC 12 or newer, and want to disable warnings which don't appear with
GCC 11.
config COMPILER_DISABLE_GCC13_WARNINGS
bool "Disable new warnings introduced in GCC 13"
default "n"
help
Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with
GCC 12.
config COMPILER_DUMP_RTL_FILES
bool "Dump RTL files during compilation"
help