From bd0abb34749133e61023778a276adefab6f53f3c Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Tue, 16 Jul 2024 21:55:50 +0300 Subject: [PATCH] Update core versions to 3.0.3 --- .github/scripts/on-release.sh | 3 +++ cores/esp32/esp_arduino_version.h | 2 +- package.json | 2 +- platform.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/scripts/on-release.sh b/.github/scripts/on-release.sh index 3d2eacac7..93b7783b3 100755 --- a/.github/scripts/on-release.sh +++ b/.github/scripts/on-release.sh @@ -192,6 +192,9 @@ else cp -Rf "$GITHUB_WORKSPACE/variants/${variant}" "$PKG_DIR/variants/" done fi +cp -f "$GITHUB_WORKSPACE/CMakeLists.txt" "$PKG_DIR/" +cp -f "$GITHUB_WORKSPACE/idf_component.yaml" "$PKG_DIR/" +cp -f "$GITHUB_WORKSPACE/Kconfig.projbuild" "$PKG_DIR/" cp -f "$GITHUB_WORKSPACE/package.json" "$PKG_DIR/" cp -f "$GITHUB_WORKSPACE/programmers.txt" "$PKG_DIR/" cp -Rf "$GITHUB_WORKSPACE/cores" "$PKG_DIR/" diff --git a/cores/esp32/esp_arduino_version.h b/cores/esp32/esp_arduino_version.h index c406025fd..4d75896e9 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 2 +#define ESP_ARDUINO_VERSION_PATCH 3 /** * Macro to convert ARDUINO version number into an integer diff --git a/package.json b/package.json index aac2e784e..36a443065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-arduinoespressif32", - "version": "3.0.2", + "version": "3.0.3", "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 686c8f0c2..c55c4aaea 100644 --- a/platform.txt +++ b/platform.txt @@ -1,5 +1,5 @@ name=ESP32 Arduino -version=3.0.2 +version=3.0.3 tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs