Skip to content

Commit 6c1ba02

Browse files
authored
Update development branch to Arduino core 3.2.x
1 parent d748c65 commit 6c1ba02

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

builder/frameworks/ulp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def _generate_ulp_configuration_action(env, target, source):
9999

100100
cmd = (
101101
os.path.join(platform.get_package_dir("tool-cmake"), "bin", "cmake"),
102+
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
102103
"-DCMAKE_GENERATOR=Ninja",
103104
"-DCMAKE_TOOLCHAIN_FILE="
104105
+ os.path.join(
@@ -117,6 +118,7 @@ def _generate_ulp_configuration_action(env, target, source):
117118
"-DSDKCONFIG_HEADER=" + os.path.join(BUILD_DIR, "config", "sdkconfig.h"),
118119
"-DPYTHON=" + env.subst("$PYTHONEXE"),
119120
"-DSDKCONFIG_CMAKE=" + os.path.join(BUILD_DIR, "config", "sdkconfig.cmake"),
121+
"-DCMAKE_MODULE_PATH=" + fs.to_unix_path(os.path.join(FRAMEWORK_DIR, "components", "ulp", "cmake")),
120122
"-GNinja",
121123
"-B",
122124
ULP_BUILD_DIR,

platform.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/pioarduino/platform-espressif32.git"
2020
},
21-
"version": "53.03.12+develop",
21+
"version": "54.03.20+develop",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,7 +33,7 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/master.zip"
36+
"version": "https://github.com/espressif/arduino-esp32/archive/master.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
@@ -51,19 +51,19 @@
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "pioarduino",
54-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.250210/esp-idf-v5.3.2.zip"
54+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.4.0.250218/esp-idf-v5.4.0.zip"
5555
},
5656
"toolchain-xtensa-esp-elf": {
5757
"type": "toolchain",
5858
"optional": true,
5959
"owner": "platformio",
60-
"version": "13.2.0+20240530"
60+
"version": "14.2.0+20241119"
6161
},
6262
"toolchain-riscv32-esp": {
6363
"type": "toolchain",
6464
"optional": true,
6565
"owner": "platformio",
66-
"version": "13.2.0+20240530"
66+
"version": "14.2.0+20241119"
6767
},
6868
"toolchain-esp32ulp": {
6969
"type": "toolchain",

0 commit comments

Comments
 (0)