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

esp32s2: implement sdioio #5179

Closed
jepler opened this issue Aug 18, 2021 · 2 comments
Closed

esp32s2: implement sdioio #5179

jepler opened this issue Aug 18, 2021 · 2 comments
Labels
enhancement espressif applies to multiple Espressif chips
Milestone

Comments

@jepler
Copy link
Member

jepler commented Aug 18, 2021

Can we use https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/storage/sdmmc.html ?

@jepler jepler added this to the Long term milestone Aug 18, 2021
@microdev1 microdev1 added the espressif applies to multiple Espressif chips label Aug 19, 2021
@microdev1
Copy link
Collaborator

This can't be done on the esp32s2. The support is for esp32 and esp32s3.

Check for SOC_SDMMC_HOST_SUPPORTED in esp-idf/components/soc/esp32XX/include/soc/soc_caps.h.

@jepler
Copy link
Member Author

jepler commented Aug 19, 2021

Ah, I've learned to check if the URL says esp32s2 but apparently that's not enough to distinguish whether the functionality is actually available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement espressif applies to multiple Espressif chips
Projects
None yet
Development

No branches or pull requests

2 participants