This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 707dd12090 fix: disable esp32s3-devkit/ksta_softap spinlock add db2f204cc4 mmcsd: support dump cid and csd with mmc-utils No new revisions were added by this update. Summary of changes: drivers/mmcsd/CMakeLists.txt | 4 + drivers/mmcsd/Kconfig | 7 + drivers/mmcsd/Make.defs | 4 + drivers/mmcsd/mmcsd.h | 42 ++++ drivers/mmcsd/mmcsd_procfs.c | 543 +++++++++++++++++++++++++++++++++++++++++++ drivers/mmcsd/mmcsd_sdio.c | 49 +--- 6 files changed, 608 insertions(+), 41 deletions(-) create mode 100644 drivers/mmcsd/mmcsd_procfs.c