| /Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
| D | x86.py | 89 def __init__(self, logfile, elffile): argument 99 def parse_arch_data_block(self): argument 120 def compute_signal(self): argument 133 def handle_register_group_read_packet(self): argument 152 def handle_register_single_read_packet(self, pkt): argument
|
| D | arm64.py | 63 def __init__(self, logfile, elffile): argument 70 def parse_arch_data_block(self): argument 107 def handle_register_group_read_packet(self): argument 126 def handle_register_single_read_packet(self, pkt): argument
|
| D | risc_v.py | 60 def __init__(self, logfile, elffile): argument 67 def parse_arch_data_block(self): argument 97 def handle_register_group_read_packet(self): argument 117 def handle_register_single_read_packet(self, pkt): argument
|
| D | x86_64.py | 108 def __init__(self, logfile, elffile): argument 118 def parse_arch_data_block(self): argument 159 def compute_signal(self): argument 172 def handle_register_group_read_packet(self): argument 196 def handle_register_single_read_packet(self, pkt): argument
|
| /Zephyr-latest/scripts/utils/ |
| D | pinctrl_nrf_migrate.py | 107 self, argument 123 def __init__(self, signal: str, pin: int) -> None: argument 131 def __init__(self, pins: List[SignalMapping], config: List[PIN_CONFIG]) -> None: argument 139 def __init__(self, mapping: SignalMapping, config: List[PIN_CONFIG]) -> None: argument 147 def __init__(self, name: str, pins: List[PinConfiguration]) -> None: argument 151 def add_signal_config(self, signal: str, config: PIN_CONFIG) -> None: argument 160 def set_signal_pin(self, signal: str, pin: int) -> None: argument
|
| /Zephyr-latest/scripts/tests/twister_blackbox/ |
| D | test_quarantine.py | 35 def test_quarantine_verify(self, out_path): argument 76 … def test_quarantine_list(self, capfd, out_path, test_path, test_platforms, quarantine_directory): argument
|
| D | test_hardwaremap.py | 111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument 244 def test_texas_exeption(self, capfd, out_path, manufacturer, product, serial, location): argument
|
| D | test_error.py | 70 def test_test(self, out_path, testroot, test, expected_exception): argument 98 def test_overflow_as_errors(self, capfd, out_path, switch, expected): argument
|
| D | test_disable.py | 76 …def test_disable_suite_name_check(self, capfd, out_path, test_path, test_platforms, flag, expected… argument 110 …def test_disable_warnings_as_errors(self, capfd, out_path, test_path, test_platforms, flag, expect… argument
|
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | probe_rs.py | 12 def __init__(self, cfg, chip, argument 67 def do_run(self, command, **kwargs): argument 72 def do_flash(self, **kwargs): argument
|
| D | hifive1.py | 15 def __init__(self, cfg): argument 38 def do_run(self, command, **kwargs): argument
|
| D | ecpprog.py | 14 def __init__(self, cfg, device=None): argument 36 def do_run(self, command, **kwargs): argument
|
| D | mdb.py | 114 def __init__(self, cfg, cores=1, nsim_args=''): argument 152 def do_run(self, command, **kwargs): argument 159 def __init__(self, cfg, cores=1, jtag='digilent', dig_device=''): argument 201 def do_run(self, command, **kwargs): argument
|
| D | misc.py | 21 def __init__(self, cfg, cmd, args): argument 51 def do_run(self, *args, **kwargs): argument
|
| D | xsdb.py | 15 def __init__(self, cfg: RunnerConfig, config=None, bitstream=None, argument 49 def do_run(self, command, **kwargs): argument
|
| D | stm32cubeprogrammer.py | 32 self, argument 243 def do_run(self, command: str, **kwargs): argument 247 def flash(self, **kwargs) -> None: argument
|
| D | dediprog.py | 19 def __init__(self, cfg, spi_image, vcc, retries): argument 49 def do_run(self, command, **kwargs): argument
|
| /Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
| D | esiost_args.py | 52 def __init__(self): argument 62 def _populate_chip_fields(self): argument 78 def _populate_args(self, argument_list): argument
|
| /Zephyr-latest/scripts/tests/twister/test_data/mixins/ |
| D | test_to_ignore.py | 5 def test_to_ignore(self): argument
|
| /Zephyr-latest/tests/drivers/can/host/pytest/ |
| D | test_can.py | 80 def test_dut_to_host(self, can_dut: BusABC, can_host: BusABC, msg: can.Message) -> None: argument 88 def test_host_to_dut(self, can_dut: BusABC, can_host: BusABC, msg: can.Message) -> None: argument
|
| /Zephyr-latest/scripts/release/ |
| D | list_devicetree_bindings_changes.py | 37 def __hash__(self): argument 399 def __init__(self, outfile): argument 404 def print(self, *args, **kwargs): argument 408 def print_changes(self, changes: Changes): argument 438 self, argument 446 def print_binding2changes(self, binding2changes: Binding2Changes) -> None: argument 454 def print_change(self, change: BindingChange) -> None: argument 487 def vendor_name(self, vnd: str) -> str: argument
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | common.c | 302 uint16_t self = (uint16_t)bsim_args_get_global_device_nbr(); in get_chan_num() local 355 const uint self = bsim_args_get_global_device_nbr(); in setup_backchannels() local 392 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_send_all() local 422 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_wait_all() local 434 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_wait_any() local 470 const uint self = bsim_args_get_global_device_nbr(); in backchannel_sync_clear_all() local
|
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
| D | conftest.py | 37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False): argument 44 def check_update(self): argument 51 def __str__(self): argument
|
| /Zephyr-latest/scripts/west_commands/fetchers/ |
| D | http.py | 17 def fetch(self, url, path): argument
|
| /Zephyr-latest/scripts/west_commands/zspdx/ |
| D | sbom.py | 17 def __init__(self): argument
|