Lines Matching refs:file
60 for file in example_files:
61 if not file.endswith(".c"):
63 if file in ['panu_demo.c', 'ant_test.c', 'audio_duplex.c', 'mod_player.c']:
65 if 'demo_util' in file:
67 …if file in ['a2dp_sink_demo.c', 'a2dp_source_demo.c', 'hfp_hf_demo.c', 'hfp_ag_demo.c', 'hsp_hs_de…
70 example = file[:-2]
84 for file in ['configuration.xml', 'synergy_cfg.txt', 'TB_S1JA.pincfg']:
85 shutil.copy(project_template + file, project_folder)
92 …for file in ['btstack_config.h', 'hal_entry.c', 'hal_flash_bank_synergy.c', 'hal_flash_bank_syner…
93 shutil.copy(project_template + "src/" + file, src_folder)
112 for file in ['.project', '.cproject','btstack_example.jdebug']:
113 with open(project_template + file, 'r') as fin:
115 file = file.replace('btstack_example',example)
116 with open(project_folder + file, 'wt') as fout: