alif/vfs_rom_ioctl: Add vfs_rom_ioctl with support for OSPI and MRAM.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-03-06 14:51:45 +11:00
parent f83f6e7eed
commit 8297c95c22
3 changed files with 179 additions and 0 deletions

View File

@@ -137,6 +137,7 @@
#define MICROPY_PY_MACHINE_SOFTSPI (1)
#define MICROPY_PY_MACHINE_TIMER (1)
#define MICROPY_VFS (1)
#define MICROPY_VFS_ROM (1)
// fatfs configuration
#define MICROPY_FATFS_ENABLE_LFN (1)