File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Prerequisites:
3030The 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]
Original file line number Diff line number Diff line change 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"
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" ,
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" ,
Original file line number Diff line number Diff line change 6767DEFAULT_DEBUG_SPEED = "5000"
6868DEFAULT_APP_OFFSET = "0x10000"
6969tl_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
7372ESP_BUILTIN_DEBUG_MCUS = frozenset ([
You can’t perform that action at this time.
0 commit comments