1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 03:03:50 +01:00
Files
esphome/tests/test_build_components/partitions_testing.csv

452 B

1# ESP-IDF Partition Table for ESPHome Component Testing
2# Single app partition to maximize space for large component group testing
3# Fits in 4MB flash
4# Name, Type, SubType, Offset, Size, Flags
5nvs, data, nvs, 0x9000, 0x4000,
6otadata, data, ota, , 0x2000,
7phy_init, data, phy, , 0x1000,
8factory, app, factory, 0x10000, 0x300000,
9nvs_key, data, nvs_keys,, 0x1000,
10coredump, data, coredump,, 0xEB000,