From 38c107b62ded8609f78603ec41a70cc42c2ece25 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Thu, 28 Sep 2023 16:42:26 +0400 Subject: [PATCH] bin-wrappers: fix windows execution issues --- esp-toolchain-bin-wrappers | 2 +- samples/riscv32-esp-elf/crosstool.config | 6 +++--- samples/xtensa-esp-elf/crosstool.config | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/esp-toolchain-bin-wrappers b/esp-toolchain-bin-wrappers index 43e89e553..b86a3568e 160000 --- a/esp-toolchain-bin-wrappers +++ b/esp-toolchain-bin-wrappers @@ -1 +1 @@ -Subproject commit 43e89e553047056b1b809901a54a0a65af8cc8c1 +Subproject commit b86a3568e7ddbd17f180d6f119c1616e6a979963 diff --git a/samples/riscv32-esp-elf/crosstool.config b/samples/riscv32-esp-elf/crosstool.config index 2b9ba1b6f..d1ecedfa6 100644 --- a/samples/riscv32-esp-elf/crosstool.config +++ b/samples/riscv32-esp-elf/crosstool.config @@ -25,7 +25,7 @@ CT_NEWLIB_SRC_DEVEL=y CT_NEWLIB_DEVEL_VCS_git=y CT_NEWLIB_DEVEL_VCS="git" CT_NEWLIB_DEVEL_URL="https://github.com/espressif/newlib-esp32.git" -CT_NEWLIB_DEVEL_BRANCH="esp-4.3.0_20230919" +CT_NEWLIB_DEVEL_BRANCH="esp-4.3.0_20230928" CT_NEWLIB_DEVEL_REVISION="" CT_NEWLIB_DEVEL_SUBDIR="" CT_NEWLIB_DEVEL_BOOTSTRAP="" @@ -53,7 +53,7 @@ CT_GCC_SRC_DEVEL=y CT_GCC_DEVEL_VCS_git=y CT_GCC_DEVEL_VCS="git" CT_GCC_DEVEL_URL="https://github.com/espressif/gcc.git" -CT_GCC_DEVEL_BRANCH="esp-13.2.0_20230919" +CT_GCC_DEVEL_BRANCH="esp-13.2.0_20230928" CT_GCC_DEVEL_REVISION="" CT_GCC_DEVEL_SUBDIR="" CT_GCC_DEVEL_BOOTSTRAP="" @@ -64,7 +64,7 @@ CT_BINUTILS_SRC_DEVEL=y CT_BINUTILS_DEVEL_VCS_git=y CT_BINUTILS_DEVEL_VCS="git" CT_BINUTILS_DEVEL_URL="https://github.com/espressif/binutils-gdb.git" -CT_BINUTILS_DEVEL_BRANCH="esp-2.41.0_20230919" +CT_BINUTILS_DEVEL_BRANCH="esp-2.41.0_20230928" CT_BINUTILS_DEVEL_REVISION="" CT_BINUTILS_DEVEL_SUBDIR="" CT_BINUTILS_DEVEL_BOOTSTRAP="" diff --git a/samples/xtensa-esp-elf/crosstool.config b/samples/xtensa-esp-elf/crosstool.config index cfa9e5326..103f93829 100644 --- a/samples/xtensa-esp-elf/crosstool.config +++ b/samples/xtensa-esp-elf/crosstool.config @@ -27,7 +27,7 @@ CT_NEWLIB_SRC_DEVEL=y CT_NEWLIB_DEVEL_VCS_git=y CT_NEWLIB_DEVEL_VCS="git" CT_NEWLIB_DEVEL_URL="https://github.com/espressif/newlib-esp32.git" -CT_NEWLIB_DEVEL_BRANCH="esp-4.3.0_20230919" +CT_NEWLIB_DEVEL_BRANCH="esp-4.3.0_20230928" CT_NEWLIB_DEVEL_REVISION="" CT_NEWLIB_DEVEL_SUBDIR="" CT_NEWLIB_DEVEL_BOOTSTRAP="" @@ -55,7 +55,7 @@ CT_GCC_SRC_DEVEL=y CT_GCC_DEVEL_VCS_git=y CT_GCC_DEVEL_VCS="git" CT_GCC_DEVEL_URL="https://github.com/espressif/gcc.git" -CT_GCC_DEVEL_BRANCH="esp-13.2.0_20230919" +CT_GCC_DEVEL_BRANCH="esp-13.2.0_20230928" CT_GCC_DEVEL_REVISION="" CT_GCC_DEVEL_SUBDIR="" CT_GCC_DEVEL_BOOTSTRAP="" @@ -66,7 +66,7 @@ CT_BINUTILS_SRC_DEVEL=y CT_BINUTILS_DEVEL_VCS_git=y CT_BINUTILS_DEVEL_VCS="git" CT_BINUTILS_DEVEL_URL="https://github.com/espressif/binutils-gdb.git" -CT_BINUTILS_DEVEL_BRANCH="esp-2.41.0_20230919" +CT_BINUTILS_DEVEL_BRANCH="esp-2.41.0_20230928" CT_BINUTILS_DEVEL_REVISION="" CT_BINUTILS_DEVEL_SUBDIR="" CT_BINUTILS_DEVEL_BOOTSTRAP=""