diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
| commit | 6e73f1a22edddf19a2813c3fdfe67664e04629b3 (patch) | |
| tree | baad85a99e2e30db5bcca690dbc6250ae8756436 /lib/fatfs/host_test/partition_table.csv | |
| parent | 96b62321c33ff5e146d52416dc5da3f0c240b4b0 (diff) | |
| download | tangara-fw-6e73f1a22edddf19a2813c3fdfe67664e04629b3.tar.gz | |
Upgrade fatfs component version
Diffstat (limited to 'lib/fatfs/host_test/partition_table.csv')
| -rw-r--r-- | lib/fatfs/host_test/partition_table.csv | 7 |
1 files changed, 7 insertions, 0 deletions
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, |
