Read USB mass storage sector count and sector size!

This commit is contained in:
2026-04-06 01:00:54 +02:00
parent 90217168be
commit 1cb1bad3dd
17 changed files with 800 additions and 347 deletions

View File

@@ -27,6 +27,7 @@
#define XDRV_TYPE_RAMDRV 0
#define XDRV_TYPE_PARTDRV 1
#define XDRV_TYPE_IDEDRV 2
#define XDRV_TYPE_USBDRV 3
#define XDRV_GET_SIZE 0
#define XDRV_GET_SECTOR_SIZE 1
#define XDRV_GET_DEVICE_TYPE 2
@@ -34,6 +35,6 @@
#define XDRV_WRITE 4
/* usb controller devices */
#define XUSBCTRL_POLL_DRIVER 0
#define XUSBCTRL_POLL_DRIVER 0
#endif // _DEVICES_H

View File

@@ -26,5 +26,6 @@
#define ST_XDRV_READ_ERROR 22
#define ST_XDRV_WRITE_ERROR 23
#define ST_NOT_PARTIAL 24
#define ST_USB_CTRL_ERROR 25
#endif // _M_STATUS_H