Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 10 of 10) sorted by relevance

/btstack/port/esp32/
H A Dcreate_examples.py44 def create_examples(script_path, suffix): argument
46 examples_embedded = script_path + "/../../example/"
49 example_folder = script_path + "/example" + suffix + "/"
77 src = script_path + '/template/' + item
85 …ite(example_cmake_template.replace("EXAMPLE", example).replace("TOOL", script_path).replace("DATE"…
93 shutil.copyfile(script_path + '/template/main/main.c', apps_folder + "/main/main.c")
122 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
126 create_examples(script_path, suffix)
H A Ddelete_examples.py12 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
15 examples_embedded = script_path + "/../../example/"
18 apps_btstack = script_path + "/"
/btstack/port/max32630-fthr/scripts/
H A Dcreate_examples.py30 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) + '/../' variable
33 btstack_root = script_path + '../../'
52 projects_path = script_path + "example/"
55 template_path = script_path + 'example/template/Makefile'
H A Ddelete_examples.py12 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
15 examples_embedded = script_path + "/../../../example/"
/btstack/port/apollo2-em9304/
H A Dcreate_examples.py18 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
21 am_root = script_path + "/../../../../"
36 examples_embedded = script_path + "/../../example/"
39 example_template = script_path + "/example-template/"
/btstack/port/samv71-xplained-atwilc3000/scripts/
H A Dcreate_examples.py46 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) + '/../' variable
49 btstack_root = script_path + '../../'
55 projects_path = script_path + "example/"
58 template_path = script_path + 'example/template/'
H A Ddelete_examples.py12 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
15 examples_embedded = script_path + "/../../../example/"
/btstack/port/archive/wiced-h5/
H A Dcreate_examples.py45 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
48 wiced_root = script_path + "/../../../../"
102 examples_embedded = script_path + "/../../example/"
125 .replace("TOOL", script_path)
/btstack/port/wiced-h4/
H A Dcreate_examples.py45 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
48 wiced_root = script_path + "/../../../../"
96 examples_embedded = script_path + "/../../example/"
122 .replace("TOOL", script_path)
/btstack/port/archive/pic32-harmony/
H A Dcreate_examples.py20 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) variable
23 harmony_root = script_path + "/../../../../"
44 examples_embedded = script_path + "/../../example/"
82 shutil.copyfile(script_path + "/app.X/Makefile", appX_folder + "Makefile")
87 template_path = script_path + "/app.X/nbproject/"