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

Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED (BSP-286) #149

Open
igrr opened this issue Mar 23, 2023 · 0 comments
Open

Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED (BSP-286) #149

igrr opened this issue Mar 23, 2023 · 0 comments

Comments

@igrr
Copy link
Member

igrr commented Mar 23, 2023

I would like to be able to mount the SD card on ESP32-S3-EYE with host.max_freq_khz = SDMMC_FREQ_HIGHSPEED.

Currently I have to copy the SD card mounting code from the BSP component into the app just to modify this setting.

Could we consider either or both solutions:

  1. Add a way to change the SD card frequency setting, either via Kconfig or a run-time parameter.
  2. Always set max_freq_khz = SDMMC_FREQ_HIGHSPEED on boards where we know this works. (But still provide a way to fall back to a lower frequency, same as 1.)
@igrr igrr added the Type: Feature request New feature or request label Mar 23, 2023
@github-actions github-actions bot changed the title Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED Allow mounting the SD card with SDMMC_FREQ_HIGHSPEED (BSP-286) Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants