diff options
author | Damien George <damien@micropython.org> | 2024-11-15 11:18:09 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-03-06 12:52:35 +1100 |
commit | 75ff8e5465c766bad0c79d1a5d98170f27f7070b (patch) | |
tree | 4af333457a9efeec2b74bd0680d3b24238a57296 /docs/esp32/tutorial | |
parent | 0255cb77ccbdf09894e59523aecff24f2caa6352 (diff) |
esp8266: Implement vfs.rom_ioctl with support for external flash.
Not enabled by default on any board. For a board to enable ROMFS it must:
- Add `#define MICROPY_VFS_ROM (1)` to its `mpconfigboard.h` file.
- Add a FLASH_ROMFS partition to the linker script and expose the partition
with:
_micropy_hw_romfs_start = ORIGIN(FLASH_ROMFS);
_micropy_hw_romfs_size = LENGTH(FLASH_ROMFS);
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions