Searched refs:parse_flash_settings (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.4.0/tools/ci/python_packages/ttfw_idf/ |
D | IDFApp.py | 58 def parse_flash_settings(path, default_encryption=False): # type: (str, bool) -> Tuple[List[Tuple[… function 160 …flash_files, _, _, app_name = parse_flash_settings(os.path.join(self.dest_root_path, flash_arg_fil… 366 … flash_files, encrypt_files, flash_settings, _ = parse_flash_settings(path, default_encryption)
|