We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we use https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/storage/sdmmc.html ?
The text was updated successfully, but these errors were encountered:
This can't be done on the esp32s2. The support is for esp32 and esp32s3.
esp32s2
esp32
esp32s3
Check for SOC_SDMMC_HOST_SUPPORTED in esp-idf/components/soc/esp32XX/include/soc/soc_caps.h.
SOC_SDMMC_HOST_SUPPORTED
esp-idf/components/soc/esp32XX/include/soc/soc_caps.h
Sorry, something went wrong.
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.
No branches or pull requests
Can we use https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/storage/sdmmc.html ?
The text was updated successfully, but these errors were encountered: