OVMS3-idf/components/partition_table
Ivan Grokhotkov 754d631247 partition_table: fix generation of signed partition table
Fixes the issue that signed partition table was not generated when
CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES was on, because
partition_table_bin depended on unsigned_partition_bin twice.
Regression from acb7a211.

Also use final_partition_bin variable in esptool_py_flash_target_image
arguments, to avoid issues in the future if final_partition_bin is
changed.
2020-05-31 18:39:30 +02:00
..
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
test_gen_esp32part_host partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
CMakeLists.txt partition_table: fix generation of signed partition table 2020-05-31 18:39:30 +02:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_empty_partition.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
gen_esp32part.py parttool: don't print target name 2020-03-09 15:05:04 +08:00
Kconfig.projbuild Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
Makefile.projbuild feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
partitions_singleapp.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_singleapp_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
partitions_two_ota_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
parttool.py partition_table: Fix parttool.py crashes when retrieving partition info 2020-05-13 16:10:48 +08:00
project_include.cmake partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00