From 6e73f1a22edddf19a2813c3fdfe67664e04629b3 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 9 Apr 2024 11:04:42 +1000 Subject: Upgrade fatfs component version --- lib/fatfs/host_test/partition_table.csv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/fatfs/host_test/partition_table.csv (limited to 'lib/fatfs/host_test/partition_table.csv') diff --git a/lib/fatfs/host_test/partition_table.csv b/lib/fatfs/host_test/partition_table.csv new file mode 100644 index 00000000..30d2d909 --- /dev/null +++ b/lib/fatfs/host_test/partition_table.csv @@ -0,0 +1,7 @@ +# Name, Type, SubType, Offset, Size, Flags +# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap +nvs, data, nvs, 0x9000, 0x6000, +phy_init, data, phy, 0xf000, 0x1000, +factory, app, factory, 0x10000, 1M, +storage, data, fat, , 1M, +storage2, data, fat, , 1M, -- cgit v1.2.3