Files
esp-idf/components
Ivan Grokhotkov b56c9aafe4 partition_table: warn if data partition offset is not 4kB aligned
If a partition offset is not aligned to 4 kB, erase operations will
fail, even if they are aligned to 4 kB relative to the partition
start. This is because the underlying esp_flash_erase_range function
only works when the address is aligned to 4 kB.

Not making this an error for now, since applications might be using
read-only non-4kB aligned partitions, which still work fine.
Will change this behavior in IDF 5.0, requiring 4 kB alignment for all
partitions.

Closes https://github.com/espressif/esp-idf/issues/7295
Closes https://github.com/espressif/esp-idf/issues/7350
2021-08-23 08:09:28 +02:00
..
2021-08-20 15:00:55 +08:00
2021-07-16 20:14:27 +08:00
2021-07-01 19:53:50 +08:00
2021-08-20 09:35:40 +05:30
2021-07-16 20:14:27 +08:00
2021-08-17 16:10:45 +08:00
2021-08-06 17:08:21 +08:00
2021-07-22 10:43:10 +08:00
2021-07-16 20:14:27 +08:00
2021-07-22 10:43:10 +08:00
2021-08-19 17:29:34 +02:00