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

Remove flip-link feature, replace by flip-link option #3001

Merged
merged 14 commits into from
Jan 23, 2025

Conversation

bjoernQ
Copy link
Contributor

@bjoernQ bjoernQ commented Jan 20, 2025

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • My changes were added to the CHANGELOG.md in the proper section.
  • I have added necessary changes to user code to the Migration Guide.
  • My changes are in accordance to the esp-rs API guidelines

Extra:

Pull Request Details 📖

Description

  • remove flip-link feature, replaced by ESP_HAL_CONFIG_FLIP_LINK config
  • remove quad-psram and octal-psram features - replaced by psram feature plus ESP_HAL_CONFIG_PSRAM_MODE (quad/octal)
  • introduce a Validator::Enumeration validator in esp-config (we could use it in esp-hal-embassy, too - but probably in another PR)

skip-changelog because of non-user-facing changes in some packages

closes #2997

Testing

CI, manual testing

@bjoernQ bjoernQ changed the title Flip link option Remove flip-link feature, replace by flip-link option Jan 21, 2025
@bjoernQ bjoernQ added the skip-changelog No changelog modification needed label Jan 21, 2025
@bjoernQ bjoernQ marked this pull request as ready for review January 21, 2025 12:35
esp-hal/CHANGELOG.md Outdated Show resolved Hide resolved
esp-hal/build.rs Outdated Show resolved Hide resolved
esp-hal/ld/sections/rwdata.x Show resolved Hide resolved
esp-riscv-rt/src/lib.rs Show resolved Hide resolved
@MabezDev MabezDev added this pull request to the merge queue Jan 23, 2025
Merged via the queue into esp-rs:main with commit f247b40 Jan 23, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flip-link should be a config setting, not a feature
5 participants