Home
last modified time | relevance | path

Searched defs:btstack_root (Results 1 – 22 of 22) sorted by relevance

/btstack/tool/
H A Dbtstack_rtos_generator.py364 def create_wrapper_file(btstack_root, apis, wrapper_file): argument
378 def create_wrapper_files(btstack_root, rtos_folder, apis): argument
H A Dcreate_makefile_inc.py22 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbluetooth_gatt.py62 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbluetooth_data_types.py82 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbtstack_code_template.py84 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbluetooth_psm.py86 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dupdate_filename.py5 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbluetooth_sdp.py173 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbtstack_memory_generator.py335 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbtstack_parser.py20 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dpython_generator.py354 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dbtstack_event_generator.py490 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
H A Dcompile_gatt.py1055 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/..') variable
/btstack/tool/misc/
H A Dfix-misra-10.4a.py8 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
H A Dupdate_btstack_config_docu_link.py12 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../port/') variable
H A Dupdate_copyright.py86 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0])) + "/../../" variable
H A Dupdate_btstack_config.py7 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
H A Dfix-misra-12.1.py9 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../../') variable
/btstack/port/samv71-xplained-atwilc3000/scripts/
H A Dcreate_examples.py49 btstack_root = script_path + '../../' variable
/btstack/port/max32630-fthr/scripts/
H A Dcreate_examples.py33 btstack_root = script_path + '../../' variable
/btstack/tool/metrics/
H A Dmetrics-lizard.py66 btstack_root = os.path.abspath(os.path.dirname(sys.argv[0]) + '/../..') variable
H A Dmetrics_ccsm.py84 def analyze_folders(btstack_root, folders, metrics_file): argument