Arduino core 3.3.4
This commit is contained in:
@@ -30,7 +30,7 @@ Prerequisites:
|
|||||||
The Wiki is AI generated and insane detailed and accurate.
|
The Wiki is AI generated and insane detailed and accurate.
|
||||||
|
|
||||||
### Stable Arduino
|
### Stable Arduino
|
||||||
currently espressif Arduino 3.3.3 and IDF 5.5.1.251017
|
currently espressif Arduino 3.3.4 and IDF 5.5.1.251106
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:stable]
|
[env:stable]
|
||||||
|
|||||||
+4
-4
@@ -18,7 +18,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pioarduino/platform-espressif32.git"
|
"url": "https://github.com/pioarduino/platform-espressif32.git"
|
||||||
},
|
},
|
||||||
"version": "55.03.33",
|
"version": "55.03.34",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"script": "builder/frameworks/arduino.py"
|
"script": "builder/frameworks/arduino.py"
|
||||||
@@ -33,13 +33,13 @@
|
|||||||
"type": "framework",
|
"type": "framework",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "espressif",
|
||||||
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.3/esp32-3.3.3.tar.xz"
|
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.4/esp32-3.3.4.tar.xz"
|
||||||
},
|
},
|
||||||
"framework-arduinoespressif32-libs": {
|
"framework-arduinoespressif32-libs": {
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "espressif",
|
||||||
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.3/esp32-3.3.3-libs.tar.xz"
|
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.3.4/esp32-3.3.4-libs.tar.xz"
|
||||||
},
|
},
|
||||||
"framework-arduino-c2-skeleton-lib": {
|
"framework-arduino-c2-skeleton-lib": {
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"type": "framework",
|
"type": "framework",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "pioarduino",
|
"owner": "pioarduino",
|
||||||
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.1.251017/esp-idf-v5.5.1.tar.xz"
|
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.1.251106/esp-idf-v5.5.1.tar.xz"
|
||||||
},
|
},
|
||||||
"toolchain-xtensa-esp-elf": {
|
"toolchain-xtensa-esp-elf": {
|
||||||
"type": "toolchain",
|
"type": "toolchain",
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ has_internet_connection = penv_setup_module.has_internet_connection
|
|||||||
DEFAULT_DEBUG_SPEED = "5000"
|
DEFAULT_DEBUG_SPEED = "5000"
|
||||||
DEFAULT_APP_OFFSET = "0x10000"
|
DEFAULT_APP_OFFSET = "0x10000"
|
||||||
tl_install_name = "tool-esp_install"
|
tl_install_name = "tool-esp_install"
|
||||||
ARDUINO_ESP32_PACKAGE_URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
|
|
||||||
|
|
||||||
# MCUs that support ESP-builtin debug
|
# MCUs that support ESP-builtin debug
|
||||||
ESP_BUILTIN_DEBUG_MCUS = frozenset([
|
ESP_BUILTIN_DEBUG_MCUS = frozenset([
|
||||||
|
|||||||
Reference in New Issue
Block a user