Home
last modified time | relevance | path

Searched refs:template_path (Results 1 – 3 of 3) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/scripts/
H A Dcreate_examples.py58 template_path = script_path + 'example/template/' variable
87 shutil.copyfile(template_path + 'Makefile', project_folder + 'Makefile')
91 with open(template_path + 'upload.cfg', 'rt') as fin:
100 with open(template_path + 'Makefile', 'rt') as fin:
115 with open(template_path + 'config.mk', 'rt') as fin:
/btstack/port/archive/pic32-harmony/
H A Dcreate_examples.py87 template_path = script_path + "/app.X/nbproject/" variable
88 for file in os.listdir(template_path):
89 src = template_path + file
/btstack/port/max32630-fthr/scripts/
H A Dcreate_examples.py55 template_path = script_path + 'example/template/Makefile' variable
85 with open(template_path, 'rt') as fin: