project_include.cmake 300 B

12345678
  1. # Set empty otadata partition file for flashing, if OTA data partition in
  2. # partition table
  3. # (NB: because of component dependency, we know partition_table
  4. # project_include.cmake has already been included.)
  5. if(${OTADATA_PARTITION_OFFSET})
  6. set(BLANK_OTADATA_FILE "ota_data_initial.bin")
  7. endif()