Skip to content

Commit

Permalink
Release esp-2021r2-patch5
Browse files Browse the repository at this point in the history
GDB: fix GDB 9.2 running on macOS-arm64
newlib: minor fix of warning
  • Loading branch information
antmak committed Sep 15, 2022
1 parent cce5d28 commit 7dbd584
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/riscv32-esp-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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-2021r2-patch4"
CT_NEWLIB_DEVEL_BRANCH="esp-2021r2-patch5"
CT_NEWLIB_DEVEL_REVISION=""
CT_NEWLIB_DEVEL_SUBDIR=""
CT_NEWLIB_DEVEL_BOOTSTRAP=""
Expand Down Expand Up @@ -75,7 +75,7 @@ CT_GDB_SRC_DEVEL=y
CT_GDB_DEVEL_VCS_git=y
CT_GDB_DEVEL_VCS="git"
CT_GDB_DEVEL_URL="https://github.com/espressif/binutils-gdb.git"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch4-gdb"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch5-gdb"
CT_GDB_DEVEL_REVISION=""
CT_GDB_DEVEL_SUBDIR=""
CT_GDB_DEVEL_BOOTSTRAP=""
Expand Down
4 changes: 2 additions & 2 deletions samples/xtensa-esp32-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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-2021r2-patch4"
CT_NEWLIB_DEVEL_BRANCH="esp-2021r2-patch5"
CT_NEWLIB_DEVEL_REVISION=""
CT_NEWLIB_DEVEL_SUBDIR=""
CT_NEWLIB_DEVEL_BOOTSTRAP=""
Expand Down Expand Up @@ -74,7 +74,7 @@ CT_GDB_SRC_DEVEL=y
CT_GDB_DEVEL_VCS_git=y
CT_GDB_DEVEL_VCS="git"
CT_GDB_DEVEL_URL="https://github.com/espressif/binutils-gdb.git"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch4-gdb"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch5-gdb"
CT_GDB_DEVEL_REVISION=""
CT_GDB_DEVEL_SUBDIR=""
CT_GDB_DEVEL_BOOTSTRAP=""
Expand Down
4 changes: 2 additions & 2 deletions samples/xtensa-esp32s2-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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-2021r2-patch4"
CT_NEWLIB_DEVEL_BRANCH="esp-2021r2-patch5"
CT_NEWLIB_DEVEL_REVISION=""
CT_NEWLIB_DEVEL_SUBDIR=""
CT_NEWLIB_DEVEL_BOOTSTRAP=""
Expand Down Expand Up @@ -74,7 +74,7 @@ CT_GDB_SRC_DEVEL=y
CT_GDB_DEVEL_VCS_git=y
CT_GDB_DEVEL_VCS="git"
CT_GDB_DEVEL_URL="https://github.com/espressif/binutils-gdb.git"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch4-gdb"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch5-gdb"
CT_GDB_DEVEL_REVISION=""
CT_GDB_DEVEL_SUBDIR=""
CT_GDB_DEVEL_BOOTSTRAP=""
Expand Down
4 changes: 2 additions & 2 deletions samples/xtensa-esp32s3-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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-2021r2-patch4"
CT_NEWLIB_DEVEL_BRANCH="esp-2021r2-patch5"
CT_NEWLIB_DEVEL_REVISION=""
CT_NEWLIB_DEVEL_SUBDIR=""
CT_NEWLIB_DEVEL_BOOTSTRAP=""
Expand Down Expand Up @@ -74,7 +74,7 @@ CT_GDB_SRC_DEVEL=y
CT_GDB_DEVEL_VCS_git=y
CT_GDB_DEVEL_VCS="git"
CT_GDB_DEVEL_URL="https://github.com/espressif/binutils-gdb.git"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch4-gdb"
CT_GDB_DEVEL_BRANCH="esp-2021r2-patch5-gdb"
CT_GDB_DEVEL_REVISION=""
CT_GDB_DEVEL_SUBDIR=""
CT_GDB_DEVEL_BOOTSTRAP=""
Expand Down

0 comments on commit 7dbd584

Please sign in to comment.