feat(jpeg): update example use ldo for sd card

This commit is contained in:
Cao Sen Miao
2024-04-18 10:31:50 +08:00
parent 876a3697ec
commit 28b2e5f2bb
4 changed files with 64 additions and 0 deletions

View File

@@ -6,4 +6,13 @@ menu "JPEG Encode Example menu"
help
If this config item is set, format_if_mount_failed will be set to true and the card will be formatted if
the mount has failed.
config EXAMPLE_SDMMC_IO_POWER_INTERNAL_LDO
depends on SOC_SDMMC_IO_POWER_EXTERNAL
bool "SDMMC IO power supply comes from internal LDO (READ HELP!)"
default y
help
Please read the schematic first and check if the SDMMC VDD is connected to any internal LDO output.
If the SDMMC is powered by an external supplier, unselect me
endmenu