Windrow14 commented on PR #12898: URL: https://github.com/apache/nuttx/pull/12898#issuecomment-2296102511
Hi @tmedicci, ``` CONFIG_ESP32S3_SDMMC=y CONFIG_ESP32S3_SDMMC_CMD=7 CONFIG_ESP32S3_SDMMC_CLK=15 CONFIG_ESP32S3_SDMMC_D0=4 CONFIG_SDIO_WIDTH_D1_ONLY=y CONFIG_MMCSD_CHECK_READY_STATUS_WITHOUT_SLEEP=y ``` Here are some configs to be added in defconfig based on esp32s3-korvo-2:nsh according to: https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/boards/esp32s3-korvo-2/index.html. I'm not sure whether `CONFIG_MMCSD_MULTIBLOCK_LIMIT` should also be configured to a limited number for esp32s3-korvo-2. We don't have an ESP32-S3-Korvo-2, so we cannot verify this defconfig. Could someone in the community help with this verification, or commit the defconfig for ESP32-S3-Korvo-2 in another pull request later? About documentation description, should I add a block just like Wi-Fi's block (https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/index.html#wi-fi) in ESP32S3's common peripheral-support, or write differently in (https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/index.html#supported-boards) for devkit and Korvo-2? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
