Searched refs:split (Results 126 – 150 of 224) sorted by relevance
123456789
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 496 if fixture and fixture not in map(lambda f: f.split(sep=':')[0], d.fixtures): 561 command_extra_args.extend(self.options.west_flash.split(',')) 692 re.split('[, ]', serial_pty),
|
D | testplan.py | 269 subset, sets = (int(x) for x in s.split("/")) 392 sec = test.split(".") 402 sec = test.split(".")
|
D | hardwaremap.py | 282 platforms = platform.split()
|
D | testsuite.py | 537 check = name.split(".")
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 84 LwM2M messages with a big body that exceed the block size will be split 374 split into blocks for sending. 380 Maximum number of CoAP block contexts needed to split messages into blocks for
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52811.dtsi | 120 compatible = "zephyr,bt-hci-ll-sw-split";
|
D | nrf52820.dtsi | 122 compatible = "zephyr,bt-hci-ll-sw-split";
|
D | nrf52832.dtsi | 108 compatible = "zephyr,bt-hci-ll-sw-split";
|
D | nrf52833.dtsi | 122 compatible = "zephyr,bt-hci-ll-sw-split";
|
D | nrf52840.dtsi | 110 compatible = "zephyr,bt-hci-ll-sw-split";
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 667 [expected_log in " ".join(caplog.text.split()) \
|
/Zephyr-latest/boards/arduino/opta/doc/ |
D | index.rst | 119 "Flash split: 1.5MB M7 + 0.5MB M4" option in the Arduino IDE. The flash is
|
/Zephyr-latest/boards/mediatek/ |
D | index.rst | 30 Their memory space is split between dedicated, fast SRAM and ~16MB of
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 1078 addr = int(self.name.split("@", 1)[1], 16) 2357 vendor, model = compat.split(',', 1) 2469 vnd_vendor = line.split('\t', 1) 3308 _STATUS_ENUM: list[str] = "ok okay disabled reserved fail fail-sss".split()
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 115 qualifiers_list = qualifiers.split('/')
|
D | zephyr_module.py | 495 remotes_name = stdout.rstrip().split('\n')
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 175 return compatible.split(',')[0]
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 22 retained data area could be split up into 4 bytes for a boot mode, 16 bytes for
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 125 directly by the user. In the latter case, the operation is split into three stages: 136 case, the operation is split into three stages:
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapijson.py | 13 replyDir, _ = os.path.split(replyIndexPath)
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 303 sep = path.split(str, n)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 37 * :github:`24183` - [v2.2] Bluetooth: controller: split: Regression slave latency during connection… 44 * :github:`25483` - Bluetooth: controller: split: feature exchange not conform V5.0 core spec 632 * BLE split software Controller: 745 * :github:`23109` - LL.TS Test LL/CON/SLA/BV-129-C fails (split) 908 * :github:`22048` - Failing LL.TS Data Length Update Tests (split) 1088 * :github:`20414` - nRF51 issues with the split link layer 1247 * :github:`3810` - application/kernel rodata split
|
D | release-notes-2.1.rst | 387 * BLE split software Controller: 619 * :github:`20135` - Bluetooth: controller: split: Missing initialization of master terminate\_ack f… 708 * :github:`19490` - Bluetooth: split: 'e' assert during disconnect 709 * :github:`19484` - Bluetooth: split: bt\_set\_name() asserts due to flash and radio coex 752 * :github:`19198` - Bluetooth: LL split assert on connect
|
/Zephyr-latest/dts/riscv/openisa/ |
D | rv32m1.dtsi | 529 compatible = "zephyr,bt-hci-ll-sw-split";
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 41 Zephyr does not implement a split address space and if multiple
|
123456789