esp-idf/tools/unit-test-app/partition_table_unit_test_two_ota.csv
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00

526 B

1# Special partition table for unit test app_update
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, , 0x4000
4otadata, data, ota, , 0x2000
5phy_init, data, phy, , 0x1000
6factory, 0, 0, , 0xB0000
7ota_0, 0, ota_0, , 0xB0000
8ota_1, 0, ota_1, , 0xB0000
9test, 0, test, , 0xB0000
10# flash_test partition used for SPI flash tests, WL FAT tests, and SPIFFS tests
11flash_test, data, fat, , 528K