Lines Matching full:btstack
3 # Create project files for all BTstack embedded examples in harmony/apps/btstack
14 BTSTACK_ROOT=$DIR/../../../framework/btstack
37 …print("Cannot find Harmony root. Make sure BTstack is checked out as harmony/vx_xx/frameworks/btst…
46 # path to WICED/apps/btstack
47 apps_btstack = harmony_root + "/apps/btstack/"
49 print("Creating examples in apps/btstack")
51 # iterate over btstack examples
100 …emPath>../../../example/spp_counter.c", "<itemPath>../../../../framework/btstack/example/" + examp…
104 … template = template.replace(">../../../chipset", ">../../../../framework/btstack/chipset")
105 … template = template.replace(">../../../platform", ">../../../../framework/btstack/platform")
106 … template = template.replace(">../../../3rd-party", ">../../../../framework/btstack/3rd-party")
107 template = template.replace(">../../../src", ">../../../../framework/btstack/src")
108 …template = template.replace(">../src", ">../../../../framework/btstack/port/pic32-harm…
111 … template = template.replace(";../../../chipset", ";../../../../framework/btstack/chipset")
112 … template = template.replace(";../../../platform", ";../../../../framework/btstack/platform")
113 template = template.replace(";../../../src", ";../../../../framework/btstack/src")
114 … template = template.replace(";../../../3rd-party", ";../../../../framework/btstack/3rd-party")
115 …template = template.replace(";../src", ";../../../../framework/btstack/port/pic32-harm…
118 …ate = template.replace('-I"../../../chipset/csr"', '-I"../../../../framework/btstack/chipset/csr"')
119 … template = template.replace('-I"../../../src"', '-I"../../../../framework/btstack/src"')
120 …emplate = template.replace('-I"../../../platform', '-I"../../../../framework/btstack/platform')
121 …= template.replace('-I"../src"', '-I"../../../../framework/btstack/port/pic32-harmon…
127 … template = template.replace("../../../3rd-party", "../../../../framework/btstack/3rd-party")
128 … template = template.replace("../../../chipset", "../../../../framework/btstack/chipset")
129 … template = template.replace("../../../platform", "../../../../framework/btstack/platform")
130 … template = template.replace("../../../src", "../../../../framework/btstack/src")
131 …template = template.replace("../src/app_debug.c", "../../../../framework/btstack/port/pic32-…
132 …template = template.replace("../src/app.c", "../../../../framework/btstack/port/pic32-…
133 …template = template.replace("../src/btstack_port.c", "../../../../framework/btstack/port/pic32-…
134 …template = template.replace("../src/main.c", "../../../../framework/btstack/port/pic32-…
135 …template = template.replace("../src/system_config", "../../../../framework/btstack/port/pic32-…
136 …emplate.replace("../../../example/spp_counter.c", "../../../../framework/btstack/example/" + examp…