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

Use flash_mode for memory_type when memory_type is not set for … #7141

Closed
wants to merge 1 commit into from

Conversation

Jason2866
Copy link
Collaborator

…ESP32, C3 and S2 when using Platformio

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

Checklist

  1. Please provide specific title of the PR describing the change, including the component name (eg. „Update of Documentation link on Readme.md“)
  2. Please provide related links (eg. Issue which will be closed by this Pull Request)
  3. Please update relevant Documentation if applicable
  4. Please check Contributing guide

This entire section above can be deleted if all items are checked.


Description of Change

Without this change always the lib from path "tools", "sdk", "esp32", "qio_qspi" is included for ESP32, C3 and S2
The PR uses for memory_mode the setting from flash_mode. There are no other memory_modes for this devices.
The behaviour for S3 is not changed since it needs a correct set memory_type to work.

Related links

Solves platformio/platform-espressif32#877

(eg. Closes #number of issue)

@VojtechBartoska VojtechBartoska added the IDE: PlaformIO Issue relates to PlatformIO IDE label Aug 16, 2022
@VojtechBartoska
Copy link
Contributor

Thanks @Jason2866 for the PR!

@ivankravets Can you please help with the review?

@VojtechBartoska VojtechBartoska linked an issue Aug 16, 2022 that may be closed by this pull request
@Jason2866
Copy link
Collaborator Author

Jason2866 commented Aug 16, 2022

Ahh, i just noticed the entrys are generated here So this PR is not really the solution
EDIT: PR for Lib builder provided.

@Jason2866
Copy link
Collaborator Author

Replaced by espressif/esp32-arduino-lib-builder#80

@Jason2866
Copy link
Collaborator Author

Closing since espressif/esp32-arduino-lib-builder#80 it is merged.

@Jason2866 Jason2866 closed this Aug 23, 2022
@Jason2866 Jason2866 deleted the memory_type branch August 23, 2022 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: LIB Builder Depends on Lib Builder IDE: PlaformIO Issue relates to PlatformIO IDE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants