From 05c070e9fbf9c6163761cc3d77faa88c0c77055b Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 23 Jan 2023 12:30:08 +0200 Subject: [PATCH 1/6] Update platform description --- README.md | 2 +- platform.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a532e7b..03b0ee6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/platformio/platform-espressif8266/workflows/Examples/badge.svg)](https://github.com/platformio/platform-espressif8266/actions) -Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications. +ESP8266 is a cost-effective and highly integrated Wi-Fi MCU with built-in TCP/IP networking software for IoT applications. ESP8266 integrates an enhanced version of Tensilica’s L106 Diamond series 32-bit processor and on-chip SRAM. * [Home](https://registry.platformio.org/platforms/platformio/espressif8266) (home page in the PlatformIO Registry) * [Documentation](https://docs.platformio.org/page/platforms/espressif8266.html) (advanced usage, packages, boards, frameworks, etc.) diff --git a/platform.json b/platform.json index 1b34bc9..1385213 100644 --- a/platform.json +++ b/platform.json @@ -1,7 +1,7 @@ { "name": "espressif8266", "title": "Espressif 8266", - "description": "Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.", + "description": "ESP8266 is a cost-effective and highly integrated Wi-Fi MCU with built-in TCP/IP networking software for IoT applications. ESP8266 integrates an enhanced version of Tensilica’s L106 Diamond series 32-bit processor and on-chip SRAM.", "homepage": "https://espressif.com/", "license": "Apache-2.0", "keywords": [ From d4e9b83422b9c8b4691859a30109f0c921ed29a7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 20 Mar 2023 18:49:36 -0600 Subject: [PATCH 2/6] Fix working environment name --- examples/arduino-blink/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arduino-blink/platformio.ini b/examples/arduino-blink/platformio.ini index 7f95d90..d1f6066 100644 --- a/examples/arduino-blink/platformio.ini +++ b/examples/arduino-blink/platformio.ini @@ -33,7 +33,7 @@ platform = espressif8266 framework = arduino board = espinotee -[env:espresso lite v1] +[env:espresso_lite_v1] platform = espressif8266 framework = arduino board = espresso_lite_v1 From f6e01655584346b7a27a648b5a1470b08dc08010 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 21 Mar 2023 14:40:56 +0200 Subject: [PATCH 3/6] Specify proper LED pin for ESP-Mx DevKit Fixes #289 --- boards/espmxdevkit.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/boards/espmxdevkit.json b/boards/espmxdevkit.json index 7fac5a7..5d49645 100644 --- a/boards/espmxdevkit.json +++ b/boards/espmxdevkit.json @@ -4,7 +4,12 @@ "ldscript": "eagle.flash.1m256.ld" }, "core": "esp8266", - "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01", + "extra_flags": [ + "-DESP8266", + "-DARDUINO_ARCH_ESP8266", + "-DARDUINO_ESP8266_ESP01", + "-DLED_BUILTIN=16" + ], "f_cpu": "80000000L", "f_flash": "40000000L", "flash_mode": "dout", From bc3cbc7bc4cf574bace94c3ee951e1418f80e782 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 21 Mar 2023 14:59:41 +0200 Subject: [PATCH 4/6] Add vendor prefix for esp_wroom_02 Resolves #266 --- boards/esp_wroom_02.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/esp_wroom_02.json b/boards/esp_wroom_02.json index 5e830a5..bfd9fdb 100644 --- a/boards/esp_wroom_02.json +++ b/boards/esp_wroom_02.json @@ -19,7 +19,7 @@ "esp8266-rtos-sdk", "esp8266-nonos-sdk" ], - "name": "ESP-WROOM-02", + "name": "Espressif ESP-WROOM-02", "upload": { "maximum_ram_size": 81920, "maximum_size": 2097152, From 9fb014fdcc35c1337563a1ea9e0c0dc209da8283 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 21 Mar 2023 15:15:39 +0200 Subject: [PATCH 5/6] Update Arduino core to v3.1.2 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 1385213..7a493e5 100644 --- a/platform.json +++ b/platform.json @@ -49,7 +49,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.30101.0" + "version": "~3.30102.0" }, "framework-esp8266-rtos-sdk": { "type": "framework", From f275a0506b44679490c03613afcba34361918869 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 23 Mar 2023 14:59:33 +0200 Subject: [PATCH 6/6] Bump version to 4.2.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 7a493e5..49bc45c 100644 --- a/platform.json +++ b/platform.json @@ -17,7 +17,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif8266.git" }, - "version": "4.1.0", + "version": "4.2.0", "frameworks": { "arduino": { "package": "framework-arduinoespressif8266",