Home
last modified time | relevance | path

Searched defs:template (Results 1 – 5 of 5) sorted by relevance

/btstack/port/archive/pic32-harmony/
H A Dcreate_examples.py97 template = fin.read() variable
100template = 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
103template = template.replace(">../../../../../bin/framework/peripheral", ">../../../../bin/framewor… variable
104template = template.replace(">../../../chipset", ">../../../../framework/btstack/chipset") variable
105template = template.replace(">../../../platform", ">../../../../framework/btstack/platform") variable
106template = template.replace(">../../../3rd-party", ">../../../../framework/btstack/3rd-party") variable
107 template = template.replace(">../../../src", ">../../../../framework/btstack/src") variable
108template = template.replace(">../src", ">../../../../framework/btstack/port/pic32-harm… variable
[all …]
/btstack/tool/
H A Dbtstack_memory_generator.py307 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 Dupdate_apis.py32 def replacePlaceholder(template, title, lable): argument
H A Dupdate_listings.py51 def replacePlaceholder(template, title, lable): argument
/btstack/doc/manual/
H A Dmarkdown_create_examples.py95 def replacePlaceholder(template, title, label): argument