From 927d6eb3a9309e76a719adb90406afc0ce4a7c00 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:26:35 +0200 Subject: [PATCH 1/9] use mklittlefs for esp32 --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index eb7801434..d161132c1 100644 --- a/platform.json +++ b/platform.json @@ -107,8 +107,8 @@ }, "tool-mklittlefs": { "type": "uploader", - "owner": "platformio", - "version": "~1.203.0" + "owner": "tasmota", + "version": "^3.2.0" }, "tool-mkfatfs": { "type": "uploader", From 9fab5702fdc37a92ed914a9a4dadf7d01f00316b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:17:00 +0200 Subject: [PATCH 2/9] esptool v4.7.0 dev --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index d161132c1..5e10ed9cf 100644 --- a/platform.json +++ b/platform.json @@ -86,7 +86,7 @@ "tool-esptoolpy": { "type": "uploader", "owner": "tasmota", - "version": "https://github.com/tasmota/esptool/releases/download/v4.6.2/esptool-4.6.2.zip" + "version": "https://github.com/tasmota/esptool/releases/download/v4.7.0-dev/esptool-4.7.0.zip" }, "tool-dfuutil-arduino": { "type": "uploader", From 5a4ae8fb25c555f3b0b8049b6643ff8ce5026861 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:52:44 +0200 Subject: [PATCH 3/9] IDF v4.4.6 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 5e10ed9cf..c6d151575 100644 --- a/platform.json +++ b/platform.json @@ -51,7 +51,7 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.5.230907/esp-idf-v4.4.5.zip" + "version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.6/esp-idf-v4.4.6.zip" }, "toolchain-xtensa-esp32": { "type": "toolchain", From 0c21c0658e26aa3e8e69fba9b70d01b5ec4f4634 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:39:40 +0200 Subject: [PATCH 4/9] New LittleFS no SPIFFS --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index c6d151575..acc856168 100644 --- a/platform.json +++ b/platform.json @@ -33,7 +33,7 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32.zip" + "version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/1619/framework-arduinoespressif32-release_v4.4_new_lfs-1c2b85cf4b.zip" }, "framework-arduino-solo1": { "type": "framework", From 1a2aa63746a557a403b89d6f10ae2730a0552857 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:14:11 +0200 Subject: [PATCH 5/9] v2.0.13.20230928 --- platform.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index acc856168..52051c053 100644 --- a/platform.json +++ b/platform.json @@ -33,19 +33,19 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/1619/framework-arduinoespressif32-release_v4.4_new_lfs-1c2b85cf4b.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32.zip" }, "framework-arduino-solo1": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32-solo1.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32-solo1.zip" }, "framework-arduino-ITEAD": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32-ITEAD.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32-ITEAD.zip" }, "framework-espidf": { "type": "framework", From 2ea448daadd5f073cdb07891c93b6db7a5cddbb1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:35:06 +0200 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb08ad48b..f16e81633 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Espressif Systems is a privately held fabless semiconductor company. They provid 1. [Install PlatformIO](http://platformio.org) 2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file: -### Stable Release supporting Arduino and IDF 4.4.5 +### Stable Release supporting Arduino and IDF 4.4.6 based on Arduino Core 2.0.13 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3 ``` [platformio] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.01/platform-espressif32.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.02/platform-espressif32.zip framework = arduino ``` to use the ESP32 Solo1 Arduino framework add in your env From d75a2e5d2166527e049db592d3554d967e6bed33 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:37:52 +0200 Subject: [PATCH 7/9] Platform 2023.09.02 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 52051c053..76c3a3009 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/tasmota/platform-espressif32.git" }, - "version": "2023.09.01", + "version": "2023.09.02", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" From bdfe2008da685eaa9172bb5fff0d6388975cd533 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:06:49 +0200 Subject: [PATCH 8/9] Platform 2023.10.00 --- platform.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform.json b/platform.json index 76c3a3009..0bd482df8 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/tasmota/platform-espressif32.git" }, - "version": "2023.09.02", + "version": "2023.10.00", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -33,19 +33,19 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32.zip" }, "framework-arduino-solo1": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32-solo1.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32-solo1.zip" }, "framework-arduino-ITEAD": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20230928/framework-arduinoespressif32-ITEAD.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32-ITEAD.zip" }, "framework-espidf": { "type": "framework", From 3a2b8949dda306ee11033d7ce5568240fb1faeff Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:07:39 +0200 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f16e81633..a49f39998 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Espressif Systems is a privately held fabless semiconductor company. They provid based on Arduino Core 2.0.13 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3 ``` [platformio] -platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.02/platform-espressif32.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.00/platform-espressif32.zip framework = arduino ``` to use the ESP32 Solo1 Arduino framework add in your env