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