mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 14:28:36 -07:00
Storage: New Virtual Mount API for FATFS disk images
This commit is contained in:
@@ -3188,6 +3188,11 @@ Function,+,storage_sd_unmount,FS_Error,Storage*
|
||||
Function,+,storage_simply_mkdir,_Bool,"Storage*, const char*"
|
||||
Function,+,storage_simply_remove,_Bool,"Storage*, const char*"
|
||||
Function,+,storage_simply_remove_recursive,_Bool,"Storage*, const char*"
|
||||
Function,+,storage_virtual_format,FS_Error,Storage*
|
||||
Function,+,storage_virtual_init,FS_Error,"Storage*, File*"
|
||||
Function,+,storage_virtual_mount,FS_Error,Storage*
|
||||
Function,+,storage_virtual_quit,FS_Error,Storage*
|
||||
Function,+,storage_virtual_unmount,FS_Error,Storage*
|
||||
Function,-,stpcpy,char*,"char*, const char*"
|
||||
Function,-,stpncpy,char*,"char*, const char*, size_t"
|
||||
Function,+,strcasecmp,int,"const char*, const char*"
|
||||
|
||||
|
@@ -163,7 +163,7 @@
|
||||
/ Drive/Volume Configurations
|
||||
/----------------------------------------------------------------------------*/
|
||||
|
||||
#define _VOLUMES 1
|
||||
#define _VOLUMES 2
|
||||
/* Number of volumes (logical drives) to be used. */
|
||||
|
||||
/* USER CODE BEGIN Volumes */
|
||||
|
||||
Reference in New Issue
Block a user