Skip to content

Commit 74be2e3

Browse files
committed
Arduino core 3.3.4
1 parent 0afa11a commit 74be2e3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Prerequisites:
3030
The Wiki is AI generated and insane detailed and accurate.
3131

3232
### Stable Arduino
33-
currently espressif Arduino 3.3.3 and IDF 5.5.1.251017
33+
currently espressif Arduino 3.3.4 and IDF 5.5.1.251106
3434

3535
```ini
3636
[env:stable]

platform.json

Lines changed: 4 additions & 4 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": "55.03.33",
21+
"version": "55.03.34",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,13 +33,13 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.3/esp32-3.3.3.tar.xz"
36+
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.4/esp32-3.3.4.tar.xz"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "espressif",
42-
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.3/esp32-3.3.3-libs.tar.xz"
42+
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.4/esp32-3.3.4-libs.tar.xz"
4343
},
4444
"framework-arduino-c2-skeleton-lib": {
4545
"type": "framework",
@@ -51,7 +51,7 @@
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "pioarduino",
54-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.1.251017/esp-idf-v5.5.1.tar.xz"
54+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.1.251106/esp-idf-v5.5.1.tar.xz"
5555
},
5656
"toolchain-xtensa-esp-elf": {
5757
"type": "toolchain",

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
DEFAULT_DEBUG_SPEED = "5000"
6868
DEFAULT_APP_OFFSET = "0x10000"
6969
tl_install_name = "tool-esp_install"
70-
ARDUINO_ESP32_PACKAGE_URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
7170

7271
# MCUs that support ESP-builtin debug
7372
ESP_BUILTIN_DEBUG_MCUS = frozenset([

0 commit comments

Comments
 (0)