platform-espressif8266
platform-espressif8266 copied to clipboard
Update ESP8266_RTOS_SDK v1.4.0 to ESP8266_RTOS_SDK v3.x.x
The version being used is awfully old and no documentation available for it on Espressif's website.
This problem still exists, I had to migrate project to standard Espressif RTOS SDK because of outdated version used in PlatformIO.
Yup, i write here to give support for updating the SDK for ESP8266.
#85 #125 #192
So, any plans?
I am also interested in this update
ESP8266_RTOS_SDK v1.4.0 is unuseable, PIO for me too.
is there any update...?
@ivankravets @valeros please help with this
no body care?
Is It too hard to make this jump? no one on PlatformIO cares?
I would like to help, however, I don't know where is the repos that supposed to be edited?
I would like to help, however, I don't know where is the repos that supposed to be edited?
https://github.com/platformio/platform-espressif8266/
- platform.json - here you need to bump version, currently release v3.4: https://github.com/espressif/ESP8266_RTOS_SDK/releases/tag/v3.4
- builder/frameworks/esp8266-rtos-sdk.py - builder script needs to be updated for the RTOS SDK 3.x, which had some breaking changes to make it closer to the ESP-IDF framework. You might want to check how is ESP-IDF support implemented here: https://github.com/platformio/platform-espressif32/blob/develop/builder/frameworks/espidf.py
Still looks like it's trying to use the same ancient SDK.
My platform.json has this, even for the development version:
"framework-esp8266-rtos-sdk": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": ">=1.5.0-beta"
},
I'm running PlatformIO Core version 6.0.2 on VS Code 1.67.2. Device is a generic ESP8285.
Any update on this?
Any update?
Does platform.io will ever support ESP8266_RTOS_SDK v3.x ?
There is a pending pull-request #284 from @freedib which would benefit from some more up-votes and commets from eagerly awaiting users.
I would like to return to PlatformIO, but the old version of RTOS SDK does not allow me to do this. I'm really looking forward to the update. I want stability.
Is there any commitment to do the SDK upgrade or are we facing a dead end? We cannot use anymore PIO for the esp8266 with RTOS.