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

Update ESP8266_RTOS_SDK v1.4.0 to ESP8266_RTOS_SDK v3.x.x

Open rajeshpachaikani opened this issue 5 years ago • 25 comments

The version being used is awfully old and no documentation available for it on Espressif's website.

rajeshpachaikani avatar Jul 08 '20 05:07 rajeshpachaikani

This problem still exists, I had to migrate project to standard Espressif RTOS SDK because of outdated version used in PlatformIO.

koluckirafal avatar Nov 24 '20 15:11 koluckirafal

Yup, i write here to give support for updating the SDK for ESP8266.

Seramis avatar Apr 06 '21 19:04 Seramis

#85 #125 #192

So, any plans?

Seramis avatar Apr 06 '21 19:04 Seramis

I am also interested in this update

pamafe1976 avatar Apr 09 '21 15:04 pamafe1976

ESP8266_RTOS_SDK v1.4.0 is unuseable, PIO for me too.

yooshky avatar Apr 13 '21 16:04 yooshky

is there any update...?

shreekant-sureliya avatar May 01 '21 09:05 shreekant-sureliya

@ivankravets @valeros please help with this

utkarshsethi avatar May 06 '21 16:05 utkarshsethi

no body care?

yanwuguangjun avatar Oct 08 '21 18:10 yanwuguangjun

Is It too hard to make this jump? no one on PlatformIO cares?

randaljunior avatar Nov 15 '21 16:11 randaljunior

I would like to help, however, I don't know where is the repos that supposed to be edited?

mtlcrusher avatar Dec 20 '21 14:12 mtlcrusher

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/

  1. platform.json - here you need to bump version, currently release v3.4: https://github.com/espressif/ESP8266_RTOS_SDK/releases/tag/v3.4
  2. 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

koluckirafal avatar Dec 20 '21 17:12 koluckirafal

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.

seancale avatar Jun 06 '22 00:06 seancale

Any update on this?

bwjohns4 avatar Dec 09 '22 13:12 bwjohns4

Any update?

uGiFarukh avatar Jan 27 '23 06:01 uGiFarukh

Does platform.io will ever support ESP8266_RTOS_SDK v3.x ?

r315 avatar Jun 03 '23 15:06 r315

There is a pending pull-request #284 from @freedib which would benefit from some more up-votes and commets from eagerly awaiting users.

hernot avatar Oct 08 '23 15:10 hernot

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.

jeecrypt avatar Oct 13 '23 23:10 jeecrypt

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.

bebek avatar Feb 15 '24 21:02 bebek