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

cpu/esp32: fix bus_width in periph_sdmmc #21259

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

gschorcht
Copy link
Contributor

Contribution description

This PR removes a small leftover found when migrating the code to ESP-IDF v5.4 which was used for debugging during the development of cpu/esp32/periph/sdmmc. It fixes the setting of the bus width which was hardcoded down to 1 bit by this left over.

Testing procedure

Compilation has to succeed.

The fix has been tested successfully with tests/driver/sdmmc for:

  • esp32-wrover-kit
  • esp32s3-usb-otg

Issues/PRs references

@github-actions github-actions bot added Platform: ESP Platform: This PR/issue effects ESP-based platforms Area: cpu Area: CPU/MCU ports labels Feb 28, 2025
@gschorcht gschorcht added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 28, 2025
@riot-ci
Copy link

riot-ci commented Feb 28, 2025

Murdock results

✔️ PASSED

689883c cpu/esp32: fix bus_width in periph_sdmmc

Success Failures Total Runtime
10271 0 10271 09m:36s

Artifacts

@benpicco
Copy link
Contributor

I think a rebase is needed to get the fix from #21258 in

@gschorcht gschorcht force-pushed the cpu/esp32/fix_periph_sdmmc branch from f4689b5 to 689883c Compare March 2, 2025 11:40
@maribu maribu added this pull request to the merge queue Mar 2, 2025
Merged via the queue into RIOT-OS:master with commit 34aee37 Mar 2, 2025
25 checks passed
@gschorcht
Copy link
Contributor Author

Tanks for reviewing and merging.

@gschorcht gschorcht deleted the cpu/esp32/fix_periph_sdmmc branch March 2, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ESP Platform: This PR/issue effects ESP-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants