radek-pesina opened a new pull request, #8922: URL: https://github.com/apache/nuttx/pull/8922
## Summary Extend sdmmc driver to add support for eMMC. ## Impact Upon detection/insertion of an SD/eMMC device, the driver now determines if it is talking to an SD card or eMMC and takes appropriate steps to initialise the device. ## Testing Tested with: SanDisk 8GiB SD card formatted in fat32 file format and Hardkernel eMMC v0.4 16GiB card, fat32 filesystem. Successfully mounted SD card, filesystem read, modified and validated. SD removed and eMMC inserted (during same boot) and allowed successful mount/read/modify/write functionality of eMMC. Tested reversing the procedure (eMMC inserted first during/after boot) with same results. Tested with SDIO debug turned on and observed no abnormal behaviour/debug logs. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org