Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rajeshpachaikani opened this issue Jul 8, 2020 · 18 comments
Open

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

rajeshpachaikani opened this issue Jul 8, 2020 · 18 comments

Comments

@rajeshpachaikani
Copy link

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

@koluckirafal
Copy link

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

@Seramis
Copy link

Seramis commented Apr 6, 2021

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

@Seramis
Copy link

Seramis commented Apr 6, 2021

#85
#125
#192

So, any plans?

@pamafe1976
Copy link

I am also interested in this update

@yooshky
Copy link

yooshky commented Apr 13, 2021

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

@shreekant-sureliya
Copy link

is there any update...?

@utkarshsethi
Copy link

@ivankravets @valeros please help with this

@yanwuguangjun
Copy link

no body care?

@randaljunior
Copy link

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

@mtlcrusher
Copy link

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

@koluckirafal
Copy link

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

@seancale
Copy link

seancale commented Jun 6, 2022

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.

@bwjohns4
Copy link

bwjohns4 commented Dec 9, 2022

Any update on this?

@uGiFarukh
Copy link

Any update?

@r315
Copy link

r315 commented Jun 3, 2023

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

@hernot
Copy link

hernot commented Oct 8, 2023

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

@jeecrypt
Copy link

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.

@bebek
Copy link

bebek commented Feb 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests