/btstack/tool/ |
H A D | btstack_parser.py | 20 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 D | btstack_rtos_generator.py | 364 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 D | create_makefile_inc.py | 22 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 25 global btstack_root 27 folder_path = btstack_root + '/' + path + '/'
|
H A D | bluetooth_company_id.py | 113 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 D | btstack_code_template.py | 84 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 D | btstack_memory_generator.py | 335 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 D | bluetooth_psm.py | 86 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 87 gen_path = btstack_root + '/src/bluetooth_psm.h'
|
H A D | bluetooth_gatt.py | 62 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 63 gen_path = btstack_root + '/src/bluetooth_gatt.h'
|
H A D | bluetooth_data_types.py | 82 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 83 gen_path = btstack_root + '/src/bluetooth_data_types.h'
|
H A D | update_filename.py | 5 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 D | bluetooth_sdp.py | 173 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 174 gen_path = btstack_root + '/src/bluetooth_sdp.h'
|
H A D | python_generator.py | 354 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 355 gen_path = btstack_root + '/platform/daemon/binding/python/btstack/'
|
H A D | btstack_event_generator.py | 490 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable 491 gen_path = btstack_root + '/src/btstack_event.h'
|
H A D | compile_gatt.py | 1055 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 D | fix-misra-10.4a.py | 8 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable 9 print(btstack_root) 19 source_path = btstack_root + "/" + path
|
H A D | fix-misra-12.1.py | 9 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable 10 print(btstack_root) 38 full_path = btstack_root + "/" + path
|
H A D | update_btstack_config_docu_link.py | 12 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 D | update_copyright.py | 86 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 D | update_btstack_config.py | 7 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 D | create_examples.py | 40 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 D | metrics_ccsm.py | 84 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 D | metrics-lizard.py | 66 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 D | create_examples.py | 33 btstack_root = script_path + '../../' variable 49 examples_embedded = btstack_root + 'example/'
|
/btstack/port/samv71-xplained-atwilc3000/scripts/ |
H A D | create_examples.py | 49 btstack_root = script_path + '../../' variable 52 examples_embedded = btstack_root + 'example/'
|