esp-idf/components/partition_table
Omar Chebib 956538e364 buildsystem: flash binary to a named partition
- Add the function esptool_py_flash_to_partition to flash a binary
image to a named partition. If encryption is enabled, this function
will also determine if the partition needs to be encrypted or not
according the its type, subtype and flag in the CSV file (if any).
- Use idf.py encrypted-flash will now flash both encrypted and
non-encrypted file if any (spiffs for example) using esptool.py's
--encrypt-files option.

Closes IDF-2387
Relates to IDF-723
Relates to IDF-2231
2020-11-26 10:04:34 +08:00
..
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_gen_esp32part_host partition_table: Extend the get_partition_info command 2020-10-05 17:56:43 +08:00
CMakeLists.txt cmake: Apply cmakelint fixes 2020-11-11 07:36:35 +00:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gen_empty_partition.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
gen_esp32part.py partition_table: Extend the get_partition_info command 2020-10-05 17:56:43 +08:00
Kconfig.projbuild Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
Makefile.projbuild feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
partitions_singleapp_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02: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.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
parttool.py buildsystem: flash binary to a named partition 2020-11-26 10:04:34 +08:00
project_include.cmake partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00