From cc967f070863ca9b3ec87fb81442b7bb701c68d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Thu, 7 Sep 2023 19:24:12 -0300 Subject: [PATCH 1/4] Update platform.txt to 2.0.12 --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index dcd24c54067..f605cf0ff9b 100644 --- a/platform.txt +++ b/platform.txt @@ -1,5 +1,5 @@ name=ESP32 Arduino -version=2.0.11 +version=2.0.12 tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf From e6471cb5768495990058fdc9946e91cee864ef95 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Thu, 7 Sep 2023 19:24:42 -0300 Subject: [PATCH 2/4] Update package.json to 2.0.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fe769c421c..6039737b3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinoespressif32", - "version": "2.0.11", + "version": "2.0.12", "description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs", "keywords": [ "framework", From 4b536f3fe865ed0c336d47de7e7bf937d317291c Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Thu, 7 Sep 2023 19:25:15 -0300 Subject: [PATCH 3/4] Update esp_arduino_version.h to 2.0.12 --- cores/esp32/esp_arduino_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp32/esp_arduino_version.h b/cores/esp32/esp_arduino_version.h index bdc822b75a7..f45b090fce6 100644 --- a/cores/esp32/esp_arduino_version.h +++ b/cores/esp32/esp_arduino_version.h @@ -23,7 +23,7 @@ extern "C" { /** Minor version number (x.X.x) */ #define ESP_ARDUINO_VERSION_MINOR 0 /** Patch version number (x.x.X) */ -#define ESP_ARDUINO_VERSION_PATCH 11 +#define ESP_ARDUINO_VERSION_PATCH 12 /** * Macro to convert ARDUINO version number into an integer From 86e7ed17f2c6149954436bed4383deeedcc2b2fe Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Wed, 13 Sep 2023 12:35:21 +0300 Subject: [PATCH 4/4] Update to upcoming 2.0.13 --- .github/scripts/on-release.sh | 2 +- cores/esp32/esp_arduino_version.h | 2 +- package.json | 2 +- platform.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/on-release.sh b/.github/scripts/on-release.sh index 38f58e0b4be..8e594c2ca01 100755 --- a/.github/scripts/on-release.sh +++ b/.github/scripts/on-release.sh @@ -216,7 +216,7 @@ find "$PKG_DIR" -name '*.git*' -type f -delete # Replace tools locations in platform.txt echo "Generating platform.txt..." cat "$GITHUB_WORKSPACE/platform.txt" | \ -sed "s/version=.*/version=$ver$extent/g" | \ +sed "s/version=.*/version=$RELEASE_TAG/g" | \ sed 's/tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}\/tools\/xtensa-esp32-elf/tools.xtensa-esp32-elf-gcc.path=\{runtime.tools.xtensa-esp32-elf-gcc.path\}/g' | \ sed 's/tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}\/tools\/xtensa-esp32s2-elf/tools.xtensa-esp32s2-elf-gcc.path=\{runtime.tools.xtensa-esp32s2-elf-gcc.path\}/g' | \ sed 's/tools.xtensa-esp32s3-elf-gcc.path={runtime.platform.path}\/tools\/xtensa-esp32s3-elf/tools.xtensa-esp32s3-elf-gcc.path=\{runtime.tools.xtensa-esp32s3-elf-gcc.path\}/g' | \ diff --git a/cores/esp32/esp_arduino_version.h b/cores/esp32/esp_arduino_version.h index f45b090fce6..a8008486892 100644 --- a/cores/esp32/esp_arduino_version.h +++ b/cores/esp32/esp_arduino_version.h @@ -23,7 +23,7 @@ extern "C" { /** Minor version number (x.X.x) */ #define ESP_ARDUINO_VERSION_MINOR 0 /** Patch version number (x.x.X) */ -#define ESP_ARDUINO_VERSION_PATCH 12 +#define ESP_ARDUINO_VERSION_PATCH 13 /** * Macro to convert ARDUINO version number into an integer diff --git a/package.json b/package.json index 6039737b3fd..bd4a1b92348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinoespressif32", - "version": "2.0.12", + "version": "2.0.13", "description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs", "keywords": [ "framework", diff --git a/platform.txt b/platform.txt index f605cf0ff9b..4bb53336e29 100644 --- a/platform.txt +++ b/platform.txt @@ -1,5 +1,5 @@ name=ESP32 Arduino -version=2.0.12 +version=2.0.13 tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf tools.xtensa-esp32s2-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32s2-elf