diff options
author | Damien George <damien@micropython.org> | 2022-03-04 10:57:38 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-03-06 12:52:35 +1100 |
commit | 50a7362b3eff211a5051eeaecc88bdde045c90d1 (patch) | |
tree | 8cbad283d2b7cc367a5f3bb598e70f377c3e2d52 /ports/esp32/esp32_partition.c | |
parent | 45c36f87ea025386c7d2f9b3c5d8916e54b70318 (diff) | |
download | micropython-50a7362b3eff211a5051eeaecc88bdde045c90d1.tar.gz micropython-50a7362b3eff211a5051eeaecc88bdde045c90d1.zip |
rp2: Implement vfs.rom_ioctl with support for external flash.
Not enabled by default on any board. A board can enable a ROMFS partition
by defining `MICROPY_HW_ROMFS_BYTES` in its `mpconfigboard.h` file. For
example:
#define MICROPY_HW_ROMFS_BYTES (128 * 1024)
The ROMFS partition is placed at the end of the flash allocated for the
firmware, giving less space for the firmware. It then lives between the
firmware and the read/write filesystem.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/esp32/esp32_partition.c')
0 files changed, 0 insertions, 0 deletions