/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 47 def __call__(self, parser, args, ignored, option): argument 53 def __init__(self, cfg, device, dev_id=None, argument 195 def print_gdbserver_message(self): argument 205 def print_rttserver_message(self): argument 209 def jlink_version(self): argument 249 def jlink_version_str(self): argument 258 def supports_nogui(self): argument 263 def supports_thread_info(self): argument 268 def supports_loader(self): argument 271 def do_run(self, command, **kwargs): argument [all …]
|
D | spi_burn.py | 16 def __init__(self, cfg, addr, spiburn, iceman, timeout, gdb_port, gdb_ex, erase=False): argument 71 def do_run(self, command, **kwargs): argument 87 def start_iceman(self): argument 103 def stop_iceman(self): argument 107 def _flash(self): argument 126 def _debug(self): argument
|
D | nxp_s32dbg.py | 39 def __init__(self, argument 191 def runtime_environment(self) -> dict[str, str] | None: argument 204 def script_globals(self) -> dict[str, str | int | None]: argument 221 def server_commands(self) -> list[str]: argument 228 def client_commands(self) -> list[str]: argument 242 def get_script(self, name: str) -> Path: argument 256 def do_run(self, command: str, **kwargs) -> None: argument 283 def do_attach_debug(self, command: str, **kwargs) -> None: argument 328 def do_debugserver(self, **kwargs) -> None: argument
|
D | ezflashcli.py | 15 def __init__(self, cfg, tool, dev_id=None, tool_opt=None, erase=False, reset=True): argument 58 def needs_product_header(self): argument 68 def get_options(self): argument 74 def program_bin(self): argument 92 def reset_device(self): argument 97 def do_run(self, command, **kwargs): argument
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_outfile.py | 47 def test_clobber_output(self, out_path, flag_section, clobber, expect_straggler): argument 83 def test_runtime_artifact_cleanup(self, out_path): argument 113 def test_short_build_path(self, out_path): argument 180 def test_prep_artifacts_for_testing(self, out_path): argument 205 def test_package_artifacts(self, out_path): argument
|
D | test_addon.py | 46 def test_enable_ubsan(self, out_path, ubsan_flags, expected_exit_value): argument 73 def test_enable_lsan(self, out_path, lsan_flags, expected_exit_value): argument 106 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument 130 def test_extra_test_args(self, capfd, out_path): argument 161 def test_extra_args(self, caplog, out_path): argument 212 def test_allow_installed_plugin(self, caplog, out_path, allow_flags, do_install, argument 296 def test_pytest_args(self, out_path): argument 325 def test_enable_valgrind(self, capfd, out_path, valgrind_flags, expected_exit_value): argument
|
D | test_filter.py | 99 def test_exclude_tag(self, out_path, tags, expected_test_count): argument 127 def test_enable_slow(self, out_path): argument 155 def test_enable_slow_only(self, out_path): argument 193 def test_arch(self, capfd, out_path, arch, expected): argument 227 def test_vendor(self, capfd, out_path, vendor, expected): argument 258 def test_ignore_platform_key(self, out_path, flag, expected_test_count): argument
|
/Zephyr-latest/scripts/west_commands/ |
D | twister_cmd.py | 31 def __init__(self): argument 41 def do_add_parser(self, parser_adder): argument 54 def do_run(self, args, remainder): argument 64 def _parse_arguments(self, args, options): argument
|
D | sign.py | 86 def __call__(self, parser, args, ignored, option): argument 91 def __init__(self): argument 99 def do_add_parser(self, parser_adder): argument 154 def do_run(self, args, ignored): argument 215 def sign(self, command, build_dir, build_conf, formats): argument 227 def sign(self, command, build_dir, build_conf, formats): argument 412 def rimage_config_dir(self): argument 424 def generate_uuid_registry(self): argument 435 def preprocess_toml(self, config_dir, toml_basename, subdir): argument 469 def sign(self, command, build_dir, build_conf, formats): argument
|
D | shields.py | 23 def __init__(self): argument 31 def do_add_parser(self, parser_adder): argument 67 def do_run(self, args, _): argument
|
D | boards.py | 22 def __init__(self): argument 30 def do_add_parser(self, parser_adder): argument 73 def do_run(self, args, _): argument
|
D | flash.py | 18 def __init__(self): argument 27 def do_add_parser(self, parser_adder): argument 30 def do_run(self, my_args, runner_args): argument
|
D | robot.py | 15 def __init__(self): argument 25 def do_add_parser(self, parser_adder): argument 28 def do_run(self, my_args, runner_args): argument
|
D | simulate.py | 15 def __init__(self): argument 25 def do_add_parser(self, parser_adder): argument 28 def do_run(self, my_args, runner_args): argument
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 184 def kconfig_search_visit_html(self, node: nodes.Node) -> None: argument 189 def kconfig_search_visit_latex(self, node: nodes.Node) -> None: argument 199 def run(self): argument 221 def __init__(self, document): argument 225 def unknown_visit(self, node: nodes.Node) -> None: argument 232 def found_kconfig_search_directive(self) -> bool: argument 246 def get_objects(self) -> Iterable[tuple[str, str, str, str, str, int]]: argument 249 def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None: argument 253 self, argument 277 def add_option(self, option): argument
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 24 def __str__(self): argument 33 def default(self, obj): argument 51 def __init__(self, plan, env) -> None: argument 141 def xunit_report_suites(self, json_file, filename): argument 207 def xunit_report(self, json_file, filename, selected_platform=None, full_report=False): argument 297 def json_report(self, filename, version="NA", platform=None, filters=None): argument 497 def compare_metrics(self, filename): argument 535 def footprint_reports(self, report, show_footprint, all_deltas, argument 570 def synopsis(self): argument 636 def summary(self, results, ignore_unrecognized_sections, duration): argument [all …]
|
D | package.py | 15 def __init__(self, env): argument 18 def make_tarfile(self, output_filename, source_dirs): argument 27 def package(self): argument
|
D | config_parser.py | 93 def __init__(self, filename: str, schema: dict[str, Any]) -> None: argument 104 def load(self) -> dict[str, Any]: argument 114 def _cast_value(self, value: Any, typestr: str) -> Any: argument 150 def get_scenario(self, name: str) -> dict[str, Any]: argument
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 190 def __init__(self, type_obj, addr): argument 201 def __init__(self, offset, name, size, api=False): argument 207 def __repr__(self): argument 214 def get_kobjects(self, addr): argument 219 def __init__(self, offset, elements, member_type): argument 224 def __repr__(self): argument 227 def has_kobject(self): argument 233 def get_kobjects(self, addr): argument 269 def __init__(self, offset, member_name, member_type, member_offset): argument 287 def __repr__(self): argument [all …]
|
D | llext_inject_slids.py | 32 def __init__(self, elf_path, log): argument 38 def _find_symtab(self): argument 57 def _find_imports_in_symtab(self, symtab): argument 72 def _prepare_inner(self): argument 131 def prepare_llext(self): argument
|
/Zephyr-latest/arch/x86/ |
D | gen_mmu.py | 186 def __init__(self): argument 190 def get_binary(self): argument 202 def supported_flags(self): argument 207 def addr_shift(self): argument 213 def addr_mask(self): argument 219 def type_code(self): argument 225 def num_entries(self): argument 230 def entry_index(self, virt_addr): argument 235 def has_entry(self, virt_addr): argument 242 def lookup(self, virt_addr): argument [all …]
|
/Zephyr-latest/scripts/pylib/build_helpers/ |
D | domains.py | 61 def __init__(self, domains_yaml): argument 102 def get_domains(self, names=None, default_flash_order=False): argument 109 def get_domain(self, name): argument 117 def get_default_domain(self): argument 120 def get_top_build_dir(self): argument
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: argument 59 def offset(self) -> int: argument 63 def size(self) -> int: argument 66 def _msk_pos(self, name: str) -> tuple[int, int]: argument 75 def _enums(self, field: str) -> list[ET.Element]: argument 80 def __getitem__(self, field: str) -> int: argument 88 def __setitem__(self, field: str, value: int) -> None: argument 98 def enum_get(self, field: str) -> str: argument 106 def enum_set(self, field: str, value: str) -> None: argument 150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument [all …]
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | data_types.py | 27 def __init__(self, database): argument 128 def add_data_type(self, data_type, fmt): argument 174 def get_sizeof(self, data_type): argument 179 def get_alignment(self, data_type): argument 184 def get_stack_alignment(self, data_type): argument 189 def get_formatter(self, data_type): argument
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_load.py | 38 def __init__(self, train_data_path, valid_data_path, test_data_path, argument 50 def get_data_file(self, data_path, data_type): # pylint: disable=no-self-use argument 66 def pad(self, data, seq_length, dim): # pylint: disable=no-self-use argument 81 def format_support_func(self, padded_num, length, data, label): argument 98 def format(self): argument
|