Files
uiflow-micropython/m5stack/partitions_8mb_lvgl.csv
lbuque 251ea8d0e0 micropython: Update 1.27.0.
Signed-off-by: lbuque <1102390310@qq.com>
2026-04-24 11:15:04 +08:00

375 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3nvs, data, nvs, 0x9000, 0x6000,
4phy_init, data, phy, 0xf000, 0x1000,
5factory, app, factory, 0x10000, 0x620000,
6sys, data, fat, 0x630000, 0x100000,
7vfs, data, fat, 0x740000, 0xc0000,