From a77caa055e9272e7332065eef664e212b42935a1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 6 Jul 2022 21:00:24 +0300 Subject: [PATCH 1/7] Remove non-official HWIDs --- boards/nodemcuv2.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boards/nodemcuv2.json b/boards/nodemcuv2.json index 9b1c4c0..d59ce01 100644 --- a/boards/nodemcuv2.json +++ b/boards/nodemcuv2.json @@ -8,12 +8,6 @@ "f_cpu": "80000000L", "f_flash": "40000000L", "flash_mode": "dio", - "hwids": [ - [ - "0x10C4", - "0xEA60" - ] - ], "mcu": "esp8266", "variant": "nodemcu" }, From d2f3b915a416c300e521cb76149a40c72acd7264 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 8 Aug 2022 15:18:30 +0300 Subject: [PATCH 2/7] Fix a path to the ".pio" folder --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index df4192c..03f4a3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -*.pyc -.pioenvs +.pio From 46d25a4f41791cce1b9269da99b7e71e05aa6ba4 Mon Sep 17 00:00:00 2001 From: Foddis Gabriele <35570068+Bighoneypot@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:35:49 +0100 Subject: [PATCH 3/7] Update ldscript (#285) * Update ldscript Update ldscript to real memory * Update flash size Co-authored-by: Ivan Kravets --- boards/agruminolemon.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/agruminolemon.json b/boards/agruminolemon.json index 0c0b2ef..e2c5d0c 100644 --- a/boards/agruminolemon.json +++ b/boards/agruminolemon.json @@ -1,7 +1,7 @@ { "build": { "arduino": { - "ldscript": "eagle.flash.4m1m.ld" + "ldscript": "eagle.flash.2m1m.ld" }, "core": "esp8266", "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_AGRUMINO_LEMON_V4", @@ -22,11 +22,11 @@ "name": "Lifely Agrumino Lemon v4", "upload": { "maximum_ram_size": 81920, - "maximum_size": 4194304, + "maximum_size": 2097152, "require_upload_port": true, "resetmethod": "nodemcu", "speed": 115200 }, - "url": "https://www.lifely.cc/lifely-3-0/", - "vendor": "Lifely" + "url": "https://www.lifely.cc/", + "vendor": "Lifely.cc" } From 7db1db80d14927fa5e0ef9736d0fcce7dc884c87 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 12 Jan 2023 13:35:02 +0200 Subject: [PATCH 4/7] Update .gitignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03f4a3c..0d20b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.pio +*.pyc From e08f32f10d4cc5173feacc4fa6492875716c2d73 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 12 Jan 2023 13:36:41 +0200 Subject: [PATCH 5/7] Update Arduino core to v3.1.0 Resolves #290 --- boards/d1_wroom_02.json | 32 ++++++++++++++++++++++++++++++++ platform.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 boards/d1_wroom_02.json diff --git a/boards/d1_wroom_02.json b/boards/d1_wroom_02.json new file mode 100644 index 0000000..48e8bfd --- /dev/null +++ b/boards/d1_wroom_02.json @@ -0,0 +1,32 @@ +{ + "build": { + "arduino": { + "ldscript": "eagle.flash.2m64.ld" + }, + "core": "esp8266", + "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_WEMOS_D1WROOM02", + "f_cpu": "80000000L", + "f_flash": "40000000L", + "flash_mode": "dio", + "mcu": "esp8266", + "variant": "d1_mini" + }, + "connectivity": [ + "wifi" + ], + "frameworks": [ + "arduino", + "esp8266-rtos-sdk", + "esp8266-nonos-sdk" + ], + "name": "WeMos D1 ESP-WROOM-02", + "upload": { + "maximum_ram_size": 81920, + "maximum_size": 2097152, + "require_upload_port": true, + "resetmethod": "nodemcu", + "speed": 115200 + }, + "url": "https://artofcircuits.com/product/esp-wroom-02-wifi-18650-battery-charger-board", + "vendor": "WeMos" +} diff --git a/platform.json b/platform.json index 9a006c3..d66e0a9 100644 --- a/platform.json +++ b/platform.json @@ -49,7 +49,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.30002.0" + "version": "~3.30100.0" }, "framework-esp8266-rtos-sdk": { "type": "framework", From 936e67493fc9bfbab6749446597aa2a57083961e Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Sun, 15 Jan 2023 11:51:02 +0200 Subject: [PATCH 6/7] Update Arduino core to v3.1.1 Resolve #291 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index d66e0a9..a6ede46 100644 --- a/platform.json +++ b/platform.json @@ -49,7 +49,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.30100.0" + "version": "~3.30101.0" }, "framework-esp8266-rtos-sdk": { "type": "framework", From 19b9242568935ce8aad434bc1dc81a1da5c425c4 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 16 Jan 2023 20:54:29 +0200 Subject: [PATCH 7/7] Bump version to 4.1.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index a6ede46..1b34bc9 100644 --- a/platform.json +++ b/platform.json @@ -17,7 +17,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif8266.git" }, - "version": "4.0.1", + "version": "4.1.0", "frameworks": { "arduino": { "package": "framework-arduinoespressif8266",