platform-espressif8266
platform-espressif8266 copied to clipboard
Espressif 8266: development platform for PlatformIO
As discussed here: https://github.com/esp8266/Arduino/issues/5527#issuecomment-508492427 It would be nice to have some easy method to define a version of the Arduino repo as platform to make it easier to test fixes...
Hello, any chance of updating the build environment, so it works with a new version of the native RTOS based SDK (https://github.com/espressif/ESP8266_RTOS_SDK)? This kinda relates to #79 so You would...
Was uploading fine few days ago now wont compile to upload. did a pio update as well. :/ `$ pio run --target upload Processing huzzah (platform: espressif8266; board: huzzah; framework:...
I've been trying to use platformio to compile JerryScript as a library on the ESP8266. I cloned JerryScript in to the lib folder and it can't find the `"jerry-api.h"`. I'm...
# Moved from https://github.com/platformio/platformio/issues/593 /cc @MrDadaGuy ------- Please implement [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk) and/or [esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos) support. Thanks for a great product!!
Is it possible to use upstream patch before project build?
### Configuration **Operating system**: Ubuntu 18.04.1 LTS **PlatformIO Version** (`platformio --version`): 3.6.3 ### Description of problem While attempting to install some packages on a filtered network (specifically, one that blocks...
For release 2.4.2 of the Arduino Core, WPS functionality has been removed by default in favor of a 4K memory optimization. To use WPS, you must include the following build...
What should I choose for raw ESP8266MOD Ai-thinker ESP-12F QIO module? Chip ID: 0x00167881 flash_id: Manufacturer: e0 Device: 4016 Should I **erase_flash** by esptool for the first time? Thanks a...