Update development branch to Arduino core 3.2.x

This commit is contained in:
Jason2866
2025-02-21 22:13:07 +01:00
committed by GitHub
parent d748c6513d
commit 6c1ba0234a
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -99,6 +99,7 @@ def generate_ulp_config(target_config):
cmd = (
os.path.join(platform.get_package_dir("tool-cmake"), "bin", "cmake"),
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"-DCMAKE_GENERATOR=Ninja",
"-DCMAKE_TOOLCHAIN_FILE="
+ os.path.join(
@@ -117,6 +118,7 @@ def generate_ulp_config(target_config):
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
"-DPYTHON=" + env.subst("$PYTHONEXE"),
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
"-DCMAKE_MODULE_PATH=" + fs.to_unix_path(os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake")),
"-GNinja",
"-B",
ULP_BUILD_DIR,
+5 -5
View File
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/pioarduino/platform-espressif32.git"
},
"version": "53.03.12+develop",
"version": "54.03.20+develop",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
@@ -33,7 +33,7 @@
"type": "framework",
"optional": true,
"owner": "espressif",
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/master.zip"
"version": "https://github.com/espressif/arduino-esp32/archive/master.zip"
},
"framework-arduinoespressif32-libs": {
"type": "framework",
@@ -51,19 +51,19 @@
"type": "framework",
"optional": true,
"owner": "pioarduino",
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.250210/esp-idf-v5.3.2.zip"
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.4.0.250218/esp-idf-v5.4.0.zip"
},
"toolchain-xtensa-esp-elf": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "13.2.0+20240530"
"version": "14.2.0+20241119"
},
"toolchain-riscv32-esp": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "13.2.0+20240530"
"version": "14.2.0+20241119"
},
"toolchain-esp32ulp": {
"type": "toolchain",