esp-idf/components/partition_table
Matus Fabo 6bc7b4b5e2 change: misaligned partitions now raise an exception
change: alignment for data partitions is now 4kB instead of 4B
remove: STRICT_DATA_ALIGNMENT variable
remove: warning tests for misaligned partitions
add: assertion test for misaligned partitions
add: breaking change documentation
2022-03-15 12:54:59 +01:00
..
test partition_table: add a test for total partition size error 2022-02-21 10:28:29 +03:00
test_gen_esp32part_host change: misaligned partitions now raise an exception 2022-03-15 12:54:59 +01:00
check_sizes.py partition_table: add a test for total partition size error 2022-02-21 10:28:29 +03:00
CMakeLists.txt partition_table: allow enabling this component for Linux target 2022-01-24 18:51:40 +01:00
gen_empty_partition.py partition_table: add a test for total partition size error 2022-02-21 10:28:29 +03:00
gen_esp32part.py change: misaligned partitions now raise an exception 2022-03-15 12:54:59 +01:00
Kconfig.projbuild spi_flash: Linux target emulation of Partition API 2022-03-04 14:36:46 +00:00
partitions_singleapp_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_singleapp_encr_nvs.csv nvs_flash: Modify the default NVS initialization API with internal nvs encryption 2021-01-20 11:12:14 +00:00
partitions_singleapp_large_coredump.csv partition_table: Add a "single factory app (large)" option for 1.5MB app size 2021-04-16 16:40:47 +10:00
partitions_singleapp_large_encr_nvs.csv partition_table: Add a "single factory app (large)" option for 1.5MB app size 2021-04-16 16:40:47 +10:00
partitions_singleapp_large.csv partition_table: Add a "single factory app (large)" option for 1.5MB app size 2021-04-16 16:40:47 +10:00
partitions_singleapp.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota_encr_nvs.csv nvs_flash: Modify the default NVS initialization API with internal nvs encryption 2021-01-20 11:12:14 +00:00
partitions_two_ota.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
parttool.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
project_include.cmake cmake partition_table: Check binaries fit in partition spaces at build time 2021-04-16 16:40:47 +10:00