Home
last modified time | relevance | path

Searched defs:None (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dwest_sign_wrapper.py18 output_bin: Path | None = None,
19 key_file: Path | None = None,
20 version: str | None = None,
Dutils.py14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None:
/Zephyr-latest/scripts/west_commands/runners/
Dstm32cubeprogrammer.py35 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,
Dtrace32.py33 startup_args: list[str] | None = None,
137 cfg: Path | None = None) -> list[str]:
Dnxp_s32dbg.py46 s32ds_path: str | None = None,
47 tool_opt: list[str] | None = None) -> None:
Dcore.py786 def require(program: str, path: str | None = None) -> str:
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib_binding_init.py129 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/
Dshell.py26 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
Dmcumgr.py56 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/
Ddoxyrunner.py137 fmt_pattern: str | None = None,
138 fmt_vars: dict[str, str] | None = None, argument
139 outdir_var: str | None = None,
Dexternal_content.py55 dstpath: Path | None = None,
Dlink-roles.py67 options: dict[str, Any] | None = None,
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py137 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,
Dfifo_handler.py125 def readline(self, __size: int | None = None) -> bytes:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dplugin.py165 def _normalize_path(path: str | None) -> str:
Dfixtures.py93 def mcumgr(is_mcumgr_available: None, dut: DeviceAdapter) -> Generator[MCUmgr, None, None]:
Dtwister_harness_config.py95 def _cast_to_path(path: str | None) -> Path | None:
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py65 …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/
Dhandlers.py74 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,
Dplatform.py182 def simulator_by_name(self, sim_name: str | None) -> Simulator | None:
/Zephyr-latest/scripts/build/
Dllext_prepare_exptab.py130 def __init__(self, elf_path: str, log: logging.Logger, slid_listing_path: str | None):
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py461 doctree: nodes.Node | None,
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: