Support S100 ESP32 SD Card Interface

This commit is contained in:
Wayne Warthen
2025-08-10 17:24:08 -07:00
parent e4c55edc02
commit 15f440ce4d
46 changed files with 1011 additions and 26 deletions

View File

@@ -1089,6 +1089,7 @@ below enumerates their values.
| DIODEV_CHUSB | 0x0D | CH375/376 USB Disk | ch.asm |
| DIODEV_CHSD | 0x0E | CH375/376 SD Card | ch.asm |
| DIODEV_USB | 0x0F | CH376 Native USB Device | ch376.asm |
| DIODEV_ESPSD | 0x10 | S100 ESP32 SD Card | espsd.asm |
A fixed set of media types are defined. The currently defined media
types identifiers are listed below. Each driver will support one or