mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b56c9aafe4
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 |
||
---|---|---|
.. | ||
test | ||
test_gen_esp32part_host | ||
check_sizes.py | ||
CMakeLists.txt | ||
component.mk | ||
gen_empty_partition.py | ||
gen_esp32part.py | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
partitions_singleapp_coredump.csv | ||
partitions_singleapp_encr_nvs.csv | ||
partitions_singleapp_large_coredump.csv | ||
partitions_singleapp_large_encr_nvs.csv | ||
partitions_singleapp_large.csv | ||
partitions_singleapp.csv | ||
partitions_two_ota_coredump.csv | ||
partitions_two_ota_encr_nvs.csv | ||
partitions_two_ota.csv | ||
parttool.py | ||
project_include.cmake |