esp-idf/tools/test_apps/build_system/custom_partition_subtypes/partitions.csv

346 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3nvs, data, nvs, , 0x6000,
4phy_init, data, phy, , 0x1000,
5fctry, app, factory, , 1M,
6my_app1, app, my_app1, , 256K,
7my_app2, app, my_app2, , 256K,