esp_partition/linux target: Add functions supporting host tests

Added statistics and wear simulation functions to support migration of
remaining storage related host tests from fixture to linux implementation
of esp_partition.
This commit is contained in:
radek.tandler
2022-12-22 08:39:22 +01:00
parent 8ba285d882
commit 9e191bad52
6 changed files with 607 additions and 8 deletions

View File

@@ -6,3 +6,4 @@ CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partition_table.csv"
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_ESP_PARTITION_ENABLE_STATS=y