Searched defs:template (Results 1 – 5 of 5) sorted by relevance
/btstack/port/archive/pic32-harmony/ |
H A D | create_examples.py | 97 template = fin.read() variable 100 …template = template.replace("<itemPath>../../../example/spp_counter.c", "<itemPath>../../../../fra… variable 101 template = template.replace(">../../../../driver", ">../../../../framework/driver") variable 102 template = template.replace(">../../../../system", ">../../../../framework/system") variable 103 …template = template.replace(">../../../../../bin/framework/peripheral", ">../../../../bin/framewor… variable 104 … template = template.replace(">../../../chipset", ">../../../../framework/btstack/chipset") variable 105 … template = template.replace(">../../../platform", ">../../../../framework/btstack/platform") variable 106 … template = template.replace(">../../../3rd-party", ">../../../../framework/btstack/3rd-party") variable 107 template = template.replace(">../../../src", ">../../../../framework/btstack/src") variable 108 …template = template.replace(">../src", ">../../../../framework/btstack/port/pic32-harm… variable [all …]
|
/btstack/tool/ |
H A D | btstack_memory_generator.py | 307 def replacePlaceholder(template, struct_name): argument 317 def add_struct(f, guard, template, structs): argument 328 def add_structs(f, template): argument
|
/btstack/port/arduino/docs/ |
H A D | update_apis.py | 32 def replacePlaceholder(template, title, lable): argument
|
H A D | update_listings.py | 51 def replacePlaceholder(template, title, lable): argument
|
/btstack/doc/manual/ |
H A D | markdown_create_examples.py | 95 def replacePlaceholder(template, title, label): argument
|