mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
dacdb77010
This update clarifies the call-flow for the SDIO lower-half driver implementation by providing a simplified example of the interaction between the MMCSD upper-half and the lower-half. It details the command sequence for handling R2 responses, improving the understanding of the expected behavior during card identification and initialization. Signed-off-by: Arjav Patel <arjav1528@gmail.com>