Home
last modified time | relevance | path

Searched refs:split (Results 76 – 100 of 224) sorted by relevance

123456789

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_srv.rst18 Faults are split into warnings and errors. Warnings indicate conditions that
/Zephyr-latest/scripts/west_commands/
Dbuild.py359 arg_list = extra.split(" ")
450 app = os.path.split(source_dir)[1]
632 cmake_opts.extend(shlex.split(user_args))
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69.dtsi94 /* RAM split used by TFM */
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py76 return out.split('\n')
Djlink.py37 ipaddress.ip_address(ip.split(':')[0])
88 for opts in [shlex.split(opt) for opt in tool_opt]:
Dopenocd.py68 _temp_path = cfg_board_path.split("boards/")[1]
237 version = version_match.group(1).split('.')
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py236 can_run = fixture in map(lambda f: f.split(sep=':')[0], fixtures)
362 cond_config = config.split(":")
/Zephyr-latest/doc/develop/west/
Dsign.rst51 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py60 return m.group('caps').split()
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst38 In Zephyr this API is split into the following layers.
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst45 The text section is split into 2 parts in the main linker script. The first
50 link once and hence this text section had to be split to make room for the
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py103 key, value = line.split('\t', 1)
581 relevant_api_list = self.options.get("relevant-api", "").split()
687 code_sample_listing_node["categories"] = self.options.get("categories").split()
1163 for node_name in remaining_path.split("/"):
/Zephyr-latest/scripts/build/
Dgen_app_partitions.py280 pin_part_names = args.pinpartitions.split(',')
Dcheck_init_priorities.py153 _, device_ord = sym_name.split(_DEVICE_ORD_PREFIX)
/Zephyr-latest/boards/arduino/portenta_h7/
Darduino_portenta_h7_stm32h747xx_m7.dts17 /* HW resources are split between CM7 and CM4 */
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py124 values += shlex.split(value.replace("\\", "\\\\"))
/Zephyr-latest/doc/_scripts/
Dgen_boards_catalog.py45 paragraphs = text.split(' ')
Dgen_devicetree_rest.py32 DETAILS_IN_IMPORTANT_PROPS = set('compatible label reg status interrupts'.split())
826 return compatible.split(',', 1)[0]
/Zephyr-latest/scripts/ci/
Dtest_plan.py291 head, tail = os.path.split(d)
463 files = commit.split("\n")
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm59 ; select lock-step or split-lock mode (CFG_CORE.SPLT_LCK bit)
120 ; Set reset value for split-lock mode
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py71 self.command.extend(self.device_config.extra_test_args.split())
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py206 proc = subprocess.Popen(cmd.split(), stdout=subprocess.DEVNULL)
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst216 :alt: Representation of a B-frame PDU. The PDU is split into two rectangles,
231 :alt: Representation of a starting K-frame PDU. The PDU is split into three
242 :alt: Representation of K-frames PDUs after the starting one. The PDU is split
/Zephyr-latest/boards/st/stm32h747i_disco/
Dstm32h747i_disco_stm32h747xx_m7.dts17 /* HW resources are split between CM7 and CM4 */
/Zephyr-latest/dts/arm/nordic/
Dnrf51822.dtsi80 compatible = "zephyr,bt-hci-ll-sw-split";

123456789