Skip to content

Commit bdfcab5

Browse files
committed
[ESP32-C6/H2/P4] build with Core 3.2.0 (Release)
1 parent 239ae75 commit bdfcab5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
#fi
215215
if [[ "$BOARD" =~ "esp32:esp32:esp32c6" ]]; then
216216
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
217-
arduino --install-boards esp32:esp32:3.2.0-RC2 ;
217+
arduino --install-boards esp32:esp32:3.2.0 ;
218218
arduino --board $BOARD --save-prefs ;
219219
arduino --pref "custom_CPUFreq=esp32c6_80" --save-prefs ;
220220
arduino --pref "custom_DebugLevel=esp32c6_none" --save-prefs ;
@@ -224,7 +224,7 @@ jobs:
224224
arduino --pref "custom_PSRAM=esp32c6_enabled" --save-prefs ;
225225
arduino --pref "custom_PartitionScheme=esp32c6_huge_app" --save-prefs ;
226226
arduino --pref "custom_UploadSpeed=esp32c6_921600" --save-prefs ;
227-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0-RC2 ;
227+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0 ;
228228
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
229229
wget https://github.com/h2zero/NimBLE-Arduino/archive/refs/tags/${NIM_BLE_VERSION}.tar.gz ;
230230
# wget https://github.com/h2zero/NimBLE-Arduino/archive/refs/heads/${NIM_BLE_VERSION}.tar.gz ;
@@ -250,7 +250,7 @@ jobs:
250250
#fi
251251
if [[ "$BOARD" =~ "esp32:esp32:esp32h2" ]]; then
252252
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
253-
arduino --install-boards esp32:esp32:3.2.0-RC2 ;
253+
arduino --install-boards esp32:esp32:3.2.0 ;
254254
arduino --board $BOARD --save-prefs ;
255255
arduino --pref "custom_CPUFreq=esp32h2_80" --save-prefs ;
256256
arduino --pref "custom_DebugLevel=esp32h2_none" --save-prefs ;
@@ -260,7 +260,7 @@ jobs:
260260
arduino --pref "custom_PSRAM=esp32h2_enabled" --save-prefs ;
261261
arduino --pref "custom_PartitionScheme=esp32h2_no_fs" --save-prefs ;
262262
arduino --pref "custom_UploadSpeed=esp32h2_921600" --save-prefs ;
263-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0-RC2 ;
263+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0 ;
264264
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
265265
wget https://github.com/arduino-libraries/ArduinoBLE/archive/refs/tags/${ARDUINO_BLE_VERSION}.tar.gz ;
266266
tar xzf ${ARDUINO_BLE_VERSION}.tar.gz ;
@@ -273,7 +273,7 @@ jobs:
273273
fi
274274
if [[ "$BOARD" =~ "esp32:esp32:esp32p4" ]]; then
275275
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
276-
arduino --install-boards esp32:esp32:3.2.0-RC2 ;
276+
arduino --install-boards esp32:esp32:3.2.0 ;
277277
arduino --board $BOARD --save-prefs ;
278278
arduino --pref "custom_CPUFreq=esp32p4_40" --save-prefs ;
279279
arduino --pref "custom_DebugLevel=esp32p4_none" --save-prefs ;
@@ -283,7 +283,7 @@ jobs:
283283
arduino --pref "custom_PSRAM=esp32p4_enabled" --save-prefs ;
284284
arduino --pref "custom_PartitionScheme=esp32p4_no_fs" --save-prefs ;
285285
arduino --pref "custom_UploadSpeed=esp32p4_921600" --save-prefs ;
286-
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0-RC2 ;
286+
# cd $HOME/.arduino15/packages/esp32/hardware/esp32/3.2.0 ;
287287
# sed -i "s\echo '-DARDUINO_CORE_BUILD'\echo -DARDUINO_CORE_BUILD\g" platform.txt ;
288288
cd $GITHUB_WORKSPACE ;
289289
fi

0 commit comments

Comments
 (0)