Home
last modified time | relevance | path

Searched refs:parse (Results 51 – 75 of 90) sorted by relevance

1234

/Zephyr-latest/scripts/
Dzephyr_module.py709 if version.parse(WestVersion) >= version.parse('0.9.0'):
/Zephyr-latest/arch/x86/
Dgen_mmu.py83 if version.parse(elftools.__version__) < version.parse('0.24'):
/Zephyr-latest/scripts/footprint/
Dsize_report38 if version.parse(elftools.__version__) < version.parse('0.24'):
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py66 if version.parse(elftools.__version__) < version.parse('0.24'):
/Zephyr-latest/doc/develop/west/
Dconfig.rst162 commands which parse the manifest.
172 which parse the manifest. Set locally by ``west init``.
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst141 Use ``systprint`` to parse the output:
314 Use ``systprint`` to parse the output:
/Zephyr-latest/scripts/ci/
Dpylintrc243 zephyr-arg-parse,
/Zephyr-latest/boards/xen/xenvm/doc/
Dindex.rst163 guest will parse device tree in runtime. On other hand, Zephyr supports only
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_server.rst198 /* Let the CoAP server parse the request and add/remove observers if needed */
Dcoap.rst71 to parse the message. If the CoAP message is proper, the library uses the buffer
/Zephyr-latest/subsys/net/lib/coap/
DKconfig199 CoAP server message maximum number of options to parse.
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld463 * appear directly in the image, but rimage will parse and repack
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig455 Include support for write / parse TLV data
469 Include support for write / parse SENML JSON data
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py669 bicr_spec = ET.parse(args.svd).getroot().find(".//peripheral[name='BICR_NS']")
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst241 * Bunch of helpers to generate and parse PDUs, as well as miscellaneous mocked ull_stuff()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py34 if version.parse(elftools.__version__) < version.parse('0.24'):
842 ret = expr_parser.parse(self.testsuite.filter, filter_data, edt)
Dharness.py583 tree = ET.parse(report)
/Zephyr-latest/doc/develop/test/
Dztest.rst307 feature. The ``twister`` script can parse the test scenarios, suites and cases in all
406 - Why not pre-scan with CPP and then parse? or post scan the ELF file?
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld579 * appear directly in the image, but rimage will parse and repack
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst153 * BT HCI based entropy driver now directly sends the HCI command to parse random
Drelease-notes-2.6.rst713 * Changed to only parse TLV from the first block.
1155 * :github:`35351` - [Coverity CID: 219472] Unrecoverable parse warning in tests/kernel/mem_protect/…
1157 * :github:`35349` - [Coverity CID: 236057] Unrecoverable parse warning in tests/kernel/mem_protect/…
1457 * :github:`34009` - [Coverity CID: 220532] Unrecoverable parse warning in subsys/bluetooth/controll…
1791 * :github:`32954` - [Coverity CID :219486] Unrecoverable parse warning in tests/kernel/mem_protect/…
1793 * :github:`32952` - [Coverity CID :219488] Unrecoverable parse warning in tests/kernel/mem_protect/…
1812 * :github:`32933` - [Coverity CID :219512] Unrecoverable parse warning in tests/kernel/mem_protect/…
/Zephyr-latest/cmake/modules/
Ddts.cmake243 # Run the C preprocessor on the devicetree source, so we can parse it
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst252 Sometimes coccinelle doesn't recognize or parse complex macro variables
/Zephyr-latest/doc/services/logging/
Dindex.rst705 the offline parser to obtain the strings from the dictionary to parse
741 to correctly parse the log data. Note that this database file only works
/Zephyr-latest/
DCMakeLists.txt565 COMMAND ${GIT_EXECUTABLE} rev-parse --absolute-git-dir
573 message(WARNING "BUILD_VERSION: git rev-parse failed: ${stderr}")
576 message(WARNING "BUILD_VERSION: git rev-parse warned: ${stderr}")

1234