Merge branch 'bugfix/display_partition_table' into 'master'

partition_table: do not always display partition table contents on build

See merge request espressif/esp-idf!8289
This commit is contained in:
Ivan Grokhotkov
2020-05-04 14:51:32 +08:00
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ function(esptool_py_custom_target target_name flasher_filename dependencies)
endfunction()
if(NOT BOOTLOADER_BUILD)
set(flash_deps "partition_table")
set(flash_deps "partition_table_bin")
if(CONFIG_APP_BUILD_GENERATE_BINARIES)
list(APPEND flash_deps "app")