Skip to content

esp8266: WIP getting SDK 3.0.0 working #4318

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

Closed
wants to merge 1 commit into from

Conversation

dpgeorge
Copy link
Member

Works but not well tested. It's likely that ussl doesn't work anymore due to different malloc/free.

@diginfo
Copy link

diginfo commented Nov 28, 2018

system_partition_table_regist();

Does this change in V3 where the system partitions need to be defined at build time mean that the target device flash size etc will be hard-coded into the firmware during build with the result that you won't be able to flash devices with different flash sizes with the same firmware as you can now ?

@dpgeorge
Copy link
Member Author

Does this change in V3 where the system partitions need to be defined at build time mean that the target device flash size etc will be hard-coded into the firmware during build

No, it should be possible to dynamically fill in the structure that is passed to system_partition_table_regist() and so configure the flash size on the fly.

tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Mar 4, 2021
force a new idf-cache id to fix build issues
@dpgeorge
Copy link
Member Author

Closing due to disinterest. If anyone is interested in getting this working, feel free to test it and provide feedback.

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

Successfully merging this pull request may close these issues.

2 participants