Searched defs:None (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | west_sign_wrapper.py | 18 output_bin: Path | None = None, 19 key_file: Path | None = None, 20 version: str | None = None,
|
D | utils.py | 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | stm32cubeprogrammer.py | 35 frequency: int | None, 36 reset_mode: str | None, 37 download_address: int | None, 39 start_address: int | None, 41 conn_modifiers: str | None, 42 cli: Path | None, 45 extload: str | None,
|
D | trace32.py | 33 startup_args: list[str] | None = None, 137 cfg: Path | None = None) -> list[str]:
|
D | nxp_s32dbg.py | 46 s32ds_path: str | None = None, 47 tool_opt: list[str] | None = None) -> None:
|
D | core.py | 786 def require(program: str, path: str | None = None) -> str:
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib_binding_init.py | 129 expect_desc: str | None = None, 130 expect_enum: list[int | str] | None = None, 131 expect_const: Any | None = None, 132 expect_default: Any | None = None, 1159 def _basename(path: str | None) -> str:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 26 self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None 32 def wait_for_prompt(self, timeout: float | None = None) -> bool: 54 self, command: str, timeout: float | None = None, print_output: bool = True
|
D | mcumgr.py | 56 def image_upload(self, image: Path | str, slot: int | None = None, timeout: int = 30): 107 def image_test(self, hash: str | None = None): 112 def image_confirm(self, hash: str | None = None):
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 137 fmt_pattern: str | None = None, 138 fmt_vars: dict[str, str] | None = None, argument 139 outdir_var: str | None = None,
|
D | external_content.py | 55 dstpath: Path | None = None,
|
D | link-roles.py | 67 options: dict[str, Any] | None = None,
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 137 def readline(self, timeout: float | None = None, print_output: bool = True) -> str: 155 regex: str | None = None, 156 num_of_lines: int | None = None, 157 timeout: float | None = None,
|
D | fifo_handler.py | 125 def readline(self, __size: int | None = None) -> bytes:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | plugin.py | 165 def _normalize_path(path: str | None) -> str:
|
D | fixtures.py | 93 def mcumgr(is_mcumgr_available: None, dut: DeviceAdapter) -> Generator[MCUmgr, None, None]:
|
D | twister_harness_config.py | 95 def _cast_to_path(path: str | None) -> Path | None:
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params: … 76 def post(self, path: str, data: str | dict | None = None): 307 def _composite_params(self, paths: list[str] | None = None):
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 74 generator_cmd: str | None = None, suite_name_check: bool = True): 187 generator_cmd: str | None = None, 395 generator_cmd: str | None = None, 866 generator_cmd: str | None = None, 1168 generator_cmd: str | None = None,
|
D | platform.py | 182 def simulator_by_name(self, sim_name: str | None) -> Simulator | None:
|
/Zephyr-latest/scripts/build/ |
D | llext_prepare_exptab.py | 130 def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None):
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 461 doctree: nodes.Node | None,
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None:
|