Searched refs:split (Results 76 – 100 of 224) sorted by relevance
123456789
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_srv.rst | 18 Faults are split into warnings and errors. Warnings indicate conditions that
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 359 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/ |
D | lpcxpresso55s69.dtsi | 94 /* RAM split used by TFM */
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | bossac.py | 76 return out.split('\n')
|
D | jlink.py | 37 ipaddress.ip_address(ip.split(':')[0]) 88 for opts in [shlex.split(opt) for opt in tool_opt]:
|
D | openocd.py | 68 _temp_path = cfg_board_path.split("boards/")[1] 237 version = version_match.group(1).split('.')
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 236 can_run = fixture in map(lambda f: f.split(sep=':')[0], fixtures) 362 cond_config = config.split(":")
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 51 In order to support quoting, values are parsed by Python's ``shlex.split()`` like in
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | can_shell.py | 60 return m.group('caps').split()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | w1.rst | 38 In Zephyr this API is split into the following layers.
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 45 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__.py | 103 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/ |
D | gen_app_partitions.py | 280 pin_part_names = args.pinpartitions.split(',')
|
D | check_init_priorities.py | 153 _, device_ord = sym_name.split(_DEVICE_ORD_PREFIX)
|
/Zephyr-latest/boards/arduino/portenta_h7/ |
D | arduino_portenta_h7_stm32h747xx_m7.dts | 17 /* HW resources are split between CM7 and CM4 */
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 124 values += shlex.split(value.replace("\\", "\\\\"))
|
/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 45 paragraphs = text.split(' ')
|
D | gen_devicetree_rest.py | 32 DETAILS_IN_IMPORTANT_PROPS = set('compatible label reg status interrupts'.split()) 826 return compatible.split(',', 1)[0]
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 291 head, tail = os.path.split(d) 463 files = commit.split("\n")
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 59 ; 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/ |
D | device_adapter.py | 71 self.command.extend(self.device_config.extra_test_args.split())
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 206 proc = subprocess.Popen(cmd.split(), stdout=subprocess.DEVNULL)
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 216 :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/ |
D | stm32h747i_disco_stm32h747xx_m7.dts | 17 /* HW resources are split between CM7 and CM4 */
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf51822.dtsi | 80 compatible = "zephyr,bt-hci-ll-sw-split";
|
123456789