]> granicus.if.org Git - esp-idf/commit
partition_table: Support same fallback logic as bootloader for default boot partition
authorAngus Gratton <angus@espressif.com>
Fri, 22 Jun 2018 01:14:22 +0000 (11:14 +1000)
committerbot <bot@espressif.com>
Mon, 25 Jun 2018 05:36:55 +0000 (05:36 +0000)
commit6b5a15e3da93cd4ef94bee60d89c1e254c79bc21
tree098a8a6a21ecf8bdedc4c450efdece79ff6ff0f0
parent21fd5812658d6bb1d2330de56f5493a9af1c9285
partition_table: Support same fallback logic as bootloader for default boot partition

Generates correct "make flash" command even when partition table has no factory partition.

Also adds unit tests for parttool.py

Closes https://github.com/espressif/esp-idf/issues/2086
components/partition_table/Makefile.projbuild
components/partition_table/gen_esp32part.py
components/partition_table/parttool.py
components/partition_table/test_gen_esp32part_host/gen_esp32part_tests.py