sdmmc: add an example communicating with eMMC chip on S3

This commit is contained in:
Armando
2022-12-22 15:49:03 +08:00
parent 7da760dbd3
commit ad46b43c2c
13 changed files with 461 additions and 0 deletions

View File

@ -110,6 +110,7 @@ ENV_MARKERS = {
'external_flash': 'external flash memory connected via VSPI (FSPI)',
'sdcard_sdmode': 'sdcard running in SD mode',
'sdcard_spimode': 'sdcard running in SPI mode',
'emmc': 'eMMC card',
'MSPI_F8R8': 'runner with Octal Flash and Octal PSRAM',
'MSPI_F4R8': 'runner with Quad Flash and Octal PSRAM',
'MSPI_F4R4': 'runner with Quad Flash and Quad PSRAM',