Home
last modified time | relevance | path

Searched refs:btstack_root (Results 1 – 24 of 24) sorted by relevance

/btstack/tool/
H A Dbtstack_parser.py20 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
21 print ("BTstack root %s" % btstack_root)
24 global btstack_root
25 btstack_root = path
59 global btstack_root
61 defines.update(read_defines(btstack_root + '/' + hci_cmds_h_path))
62 defines.update(read_defines(btstack_root + '/' + hci_h_path))
63 defines.update(read_defines(btstack_root + '/' + bluetooth_h_path))
64 defines.update(read_defines(btstack_root + '/' + btstack_defines_h_path))
97 global btstack_root
[all …]
H A Dbtstack_rtos_generator.py364 def create_wrapper_file(btstack_root, apis, wrapper_file): argument
370 api_filename = btstack_root + "/" + api_tuple[0]
378 def create_wrapper_files(btstack_root, rtos_folder, apis): argument
380 api_filename = btstack_root + "/" + api_tuple[0]
400 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..')
401 print ('BTstack folder is: %s' % btstack_root)
410 rtos_folder = btstack_root + '/platform/rtos'
415 create_wrapper_files(btstack_root, rtos_folder, apis)
H A Dcreate_makefile_inc.py22 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
25 global btstack_root
27 folder_path = btstack_root + '/' + path + '/'
H A Dbluetooth_company_id.py113 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..')
114 tools_root = btstack_root + '/tool'
115 src_root = btstack_root + '/src/'
118 header_path = btstack_root + "/src/" + header_filename
H A Dbtstack_code_template.py84 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
97 with open(btstack_root + '/' + path_include, 'wt') as fout:
110 with open(btstack_root + '/' + path_source, 'wt') as fout:
H A Dbtstack_memory_generator.py335 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
336 file_name = btstack_root + "/src/btstack_memory"
456 file_name = btstack_root + "/test/btstack_memory/btstack_memory_test.cpp"
H A Dbluetooth_psm.py86 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
87 gen_path = btstack_root + '/src/bluetooth_psm.h'
H A Dbluetooth_gatt.py62 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
63 gen_path = btstack_root + '/src/bluetooth_gatt.h'
H A Dbluetooth_data_types.py82 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
83 gen_path = btstack_root + '/src/bluetooth_data_types.h'
H A Dupdate_filename.py5 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
84 for root, dirs, files in os.walk(btstack_root, topdown=True):
H A Dbluetooth_sdp.py173 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
174 gen_path = btstack_root + '/src/bluetooth_sdp.h'
H A Dpython_generator.py354 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
355 gen_path = btstack_root + '/platform/daemon/binding/python/btstack/'
H A Dbtstack_event_generator.py490 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
491 gen_path = btstack_root + '/src/btstack_event.h'
H A Dcompile_gatt.py1055 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
1057 btstack_root + '/src/',
1058 btstack_root + '/src/ble/gatt-service/',
1059 btstack_root + '/src/le-audio/gatt-service/',
1060 btstack_root + '/src/mesh/gatt-service/'
/btstack/tool/misc/
H A Dfix-misra-10.4a.py8 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
9 print(btstack_root)
19 source_path = btstack_root + "/" + path
H A Dfix-misra-12.1.py9 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
10 print(btstack_root)
38 full_path = btstack_root + "/" + path
H A Dupdate_btstack_config_docu_link.py12 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../port/') variable
47 for root, dirs, files in os.walk(btstack_root, topdown=True):
H A Dupdate_copyright.py86 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0])) + "/../../" variable
94 for root, dirs, files in os.walk(btstack_root, topdown=True):
H A Dupdate_btstack_config.py7 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
105 for root, dirs, files in os.walk(btstack_root, topdown=True):
/btstack/port/renesas-tb-s1ja-cc256x/
H A Dcreate_examples.py40 btstack_root = os.path.abspath(port_folder + "/../..")
43 examples_embedded = btstack_root + "/example/"
133 …date_bat_template.replace("EXAMPLE", example).replace("BTSTACK_ROOT", btstack_root).replace("PROJE…
/btstack/tool/metrics/
H A Dmetrics_ccsm.py84 def analyze_folders(btstack_root, folders, metrics_file): argument
140 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../..')
141 analyze_folders(btstack_root, folders, metrics_file)
H A Dmetrics-lizard.py66 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../..') variable
75 analyze_folder(btstack_root + "/" + path)
/btstack/port/max32630-fthr/scripts/
H A Dcreate_examples.py33 btstack_root = script_path + '../../' variable
49 examples_embedded = btstack_root + 'example/'
/btstack/port/samv71-xplained-atwilc3000/scripts/
H A Dcreate_examples.py49 btstack_root = script_path + '../../' variable
52 examples_embedded = btstack_root + 'example/'