mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	feat(sdspi): Add an option to modify the waiting time for MISO before sending next command Closes IDFGH-15977 and IDFGH-9089 See merge request espressif/esp-idf!41175
SDSPI Host Driver
SD Host side related components are:
sdmmcesp_driver_sdmmcesp_driver_sdspi(current component)
For relationship and dependency among these components, see SD Host Side Related Component Architecture.
esp_driver_sdspi components is a driver based on ESP GPSPI master driver to help you:
- do SD transactions (under SDSPI mode) via ESP GPSPI peripheral.
 - tune ESP GPSPI hardware configurations, such as clock frequency, bus width, etc.
 - ...
 
You can
- use this driver to implement 
sdmmcprotocol interfaces - directly use 
esp_driver_sdspiAPIs 
to communicate with SD slave devices under SDSPI mode.