Searched refs:commander (Results 1 – 14 of 14) sorted by relevance
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | silabs_commander.py | 21 def __init__(self, cfg, device, dev_id, commander, dt_flash, erase, speed, tool_opt): argument 30 self.commander = commander 75 commander=args.commander, 82 self.require(self.commander) 125 args = [self.commander, 'flash'] + opts + self.tool_opt + flash_args
|
| D | mdb.py | 49 commander = "mdb64" 51 mdb_runner.require(commander) 86 mdb_cmd = [commander] + mdb_basic_options + mdb_target + mdb_run + [mdb_runner.elf_name] 90 mdb_sub_cmd = [commander] + [f'-pset={i + 1}', f'-psetname=core{i}'] 104 mdb_cmd = [commander] + [mdb_multifiles] + mdb_run
|
| D | jlink.py | 54 commander=DEFAULT_JLINK_EXE, argument 72 self.commander = commander 182 commander=args.commander, 236 lib = Library(dllpath=os.fspath(Path(self.commander).parent / 280 self.commander = os.fspath( 281 Path(self.require(self.commander)).resolve()) 286 plugin_dir = os.fspath(Path(self.commander).parent / 'GDBServer' / 447 [self.commander]
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | cap_commander.c | 156 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_add_src_cb() 376 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_broadcast_reception_start() 389 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_broadcast_reception_start() 489 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_rem_src_cb() 648 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_broadcast_reception_stop() 658 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_broadcast_reception_stop() 708 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_broadcast_assistant_set_broadcast_code_cb() 829 stored_param = &active_proc->proc_param.commander[i]; in bt_cap_commander_distribute_broadcast_code() 838 proc_param = &active_proc->proc_param.commander[0]; in bt_cap_commander_distribute_broadcast_code() 1066 proc_param = &active_proc->proc_param.commander[active_proc->proc_done_cnt]; in cap_commander_vcp_vol_set_cb() [all …]
|
| D | cap_internal.h | 175 struct bt_cap_commander_proc_param commander[CONFIG_BT_MAX_CONN]; member
|
| D | cap_common.c | 191 if (active_proc.proc_param.commander[i].conn == conn) { in bt_cap_common_conn_in_active_proc()
|
| /Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/ |
| D | index.rst | 61 which ``commander`` executable is located is present in the :envvar:`PATH` environment 68 - Otherwise, one should specify full path to the ``commander`` executable: 72 west flash --commander <path_to_commander_directory>/commander
|
| /Zephyr-latest/samples/subsys/dap/ |
| D | README.rst | 36 pyocd commander -t nrf52840
|
| /Zephyr-latest/boards/silabs/radio_boards/xg29_rb4412a/doc/ |
| D | index.rst | 50 In this case, make sure that the commander binary is available on PATH.
|
| /Zephyr-latest/boards/silabs/radio_boards/siwx917_rb4338a/doc/ |
| D | index.rst | 104 https://www.silabs.com/developer-tools/simplicity-studio/simplicity-commander
|
| /Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
| D | cap.rst | 258 cap_commander - Bluetooth CAP commander shell commands 261 cancel :CAP commander cancel current procedure
|
| /Zephyr-latest/boards/96boards/meerkat96/doc/ |
| D | index.rst | 280 Issue the following commands inside J-Link commander:
|
| /Zephyr-latest/boards/element14/warp7/doc/ |
| D | index.rst | 257 Issue the following commands inside J-Link commander:
|
| /Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
| D | index.rst | 449 Issue the following commands inside J-Link commander:
|