platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Espressif 8266: development platform for PlatformIO

Results 95 platform-espressif8266 issues
Sort by recently updated
recently updated
newest added

The ESP32-WROOM-02 board has a set ram size of 80kb, while [this](https://www.espressif.com/en/products/socs?id=ESP8266) official page suggests that the ESP8266EX on which the current version of the ESP-WROOM-02 is based has 160kb...

This PR adds support for a esp32 like `embed_files` and `embed_txtfiles` platformio.ini option. _embed_files.py is a very lightly modified copy of [esp32 _embed_files.py](https://github.com/platformio/platform-espressif32/blob/develop/builder/frameworks/_embed_files.py). This PR currently only adds embed_files support...

Currently the name for the ESP8266 wroom 02 board is `ESP-WROOM-02`, while all the other espressif boards have `Espressif` at the start of their name. This made me take pretty...

I've been getting this error when building on VScode in Windows. If I build the exact same code in Linux (using command line) it just works out fine. It happens...

Debugging via GDB stub is available: https://github.com/esp8266/Arduino/tree/master/libraries/GDBStub Would be a killer feature for PlatformIO! --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/47388424-add-debugging-via-gdb-stub?utm_campaign=plugin&utm_content=tracker%2F38211776&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38211776&utm_medium=issues&utm_source=github).

feature

local PIO version 4.3.4 remote PIO version 4.3.4 for every espressif8266 platform version > 2.5.1 I get this error when I'm trying to upload firmware remotely - ``` ENV1=value1 ENV2=value2...

What kind of issue is this? - [ ] **Question**. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

Per https://community.platformio.org/t/filesystem-upload-option-not-available/23579/7?u=maxgerhardt. When using a project that uses a recent platform version but selects an older Arduino-ESP8266 core (e.g., 2.5.2), problems arise when attempting to upload a filesystem image. This...

In the process of porting a project written by someone else from Arduino IDE to PlatformIO, and hit a snag with `UdpContext.h:539:34: error: 'DEBUGV' was not declared in this scope`...

help wanted

I have been programming with Platform IO for a while. I would like to take this chance to say a big thank you to the developers. I now suddenly have...

help wanted