Access to the "/data" partition via USB Mass Storage (#405)
This commit is contained in:
@@ -9,10 +9,14 @@ namespace tt::hal::usb {
|
||||
bool startMassStorageWithSdmmc() { return false; }
|
||||
void stop() {}
|
||||
Mode getMode() { return Mode::Default; }
|
||||
BootMode getUsbBootMode() { return BootMode::None; }
|
||||
bool isSupported() { return false; }
|
||||
|
||||
bool canRebootIntoMassStorageSdmmc() { return false; }
|
||||
void rebootIntoMassStorageSdmmc() {}
|
||||
bool startMassStorageWithFlash() { return false; }
|
||||
bool canRebootIntoMassStorageFlash() { return false; }
|
||||
void rebootIntoMassStorageFlash() {}
|
||||
bool isUsbBootMode() { return false; }
|
||||
void resetUsbBootMode() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user