Home
last modified time | relevance | path

Searched refs:yaml (Results 51 – 75 of 168) sorted by relevance

1234567

/Zephyr-latest/samples/psa/its/
DREADME.rst29 Different configurations are defined in the :file:`sample.yaml` file.
/Zephyr-latest/doc/develop/
Dmodules.rst451 Module yaml file description
467 .. code-block:: yaml
485 .. code-block:: yaml
502 .. code-block:: yaml
518 .. code-block:: yaml
536 .. code-block:: yaml
551 .. code-block:: yaml
563 .. code-block:: yaml
587 .. code-block:: yaml
597 .. code-block:: yaml
[all …]
/Zephyr-latest/doc/develop/west/
Dextensions.rst144 .. code-block:: yaml
178 .. code-block:: yaml
213 .. code-block:: yaml
230 .. code-block:: yaml
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst27 Different configurations are defined in the :file:`sample.yaml` file.
/Zephyr-latest/samples/basic/custom_dts_binding/
DREADME.rst25 :zephyr_file:`samples/basic/custom_dts_binding/dts/bindings/power-switch.yaml`. The gate driver for
/Zephyr-latest/scripts/west_commands/zspdx/
Dwalker.py6 import yaml
374 content = yaml.load(file.read(), yaml.SafeLoader)
377 except (FileNotFoundError, yaml.YAMLError):
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py81 import yaml
85 from yaml import CLoader as Loader
87 from yaml import Loader # type: ignore
210 raw = yaml.load(f, Loader=_BindingLoader)
359 contents = yaml.load(f, Loader=_BindingLoader)
2235 raw = yaml.load(contents, Loader=_BindingLoader)
2236 except yaml.YAMLError as e:
2507 raise yaml.constructor.ConstructorError(None, None, "error: " + msg)
2678 if isinstance(node, yaml.ScalarNode):
2682 if isinstance(node, yaml.SequenceNode):
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst30 both the secure and non-secure CMakeLists.txt file and make relevant changes, as well as the yaml
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst284 * :github:`4401` - tests/net/ipv6/test.yaml :--Cannot add multicast IPv6 address
287 * :github:`4549` - tests/crypto/mbedtls/testcase.yaml#test :Build failed
290 * :github:`4576` - no testcase.yaml for tests/drivers/spi/spi_loopback
291 * :github:`4578` - tests/net/socket/udp/testcase.yaml#test : Build failed on esp32
292 * :github:`4596` - tests/net/mgmt/testcase.yaml#test :failed due to un-handled exception
293 * :github:`4597` - tests/drivers/ipm/testcase.yaml#test :unable to print the Expected output
303 * :github:`4709` - tests/kernel/fatal/testcase.yaml#stack-sentinel : Kernel Panic
321 * :github:`5109` - yaml: fix key/value syntax to 'mapping' instead of 'series'
386 * :github:`5619` - zephyr.git/tests/misc/test_build/testcase.yaml#test_newlib @ esp32:xtensa BUILD …
/Zephyr-latest/cmake/modules/
Dkernel.cmake69 # The zephyr/runners.yaml file in the build directory is used to
81 # yaml_contents generated contents of runners.yaml
145 set(log_file "CMakeConfigureLog.yaml")
Dunittest.cmake7 include(yaml)
/Zephyr-latest/samples/subsys/llext/modules/
DREADME.rst59 Take a look at :zephyr_file:`samples/subsys/llext/modules/sample.yaml` for
/Zephyr-latest/doc/build/dts/
Dintro-input-output.rst24 - bindings (``.yaml``)
33 dts/bindings/.../binding.yaml
Ddesign.rst34 - Zephyr's :ref:`twister_script` currently use :file:`board.yaml` files to
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst391 :file:`dts/bindings/pinctrl/pinctrl-device.yaml`.
393 :file:`dts/bindings/pinctrl/pincfg-node.yaml`.
405 the ``pinctrl-device.yaml`` is included. For example:
407 .. code-block:: yaml
409 include: [base.yaml, pinctrl-device.yaml]
/Zephyr-latest/samples/net/prometheus/
DREADME.rst71 .. code-block:: yaml
/Zephyr-latest/subsys/testsuite/
DKconfig108 tag in their testcase.yaml file.
117 testcase.yaml.
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst112 The mspi controller's bindings should reference mspi-controller.yaml as one of the base.
135 The mspi device's bindings should reference mspi-device.yaml as one of the base.
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/
DREADME.rst29 See sample.yaml for a list of supported platforms.
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst14 See sample.yaml for a list of supported platforms.
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py4 import yaml
44 maintainers_file = yaml.safe_load(file)
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst88 toolchains for the sub-configurations in the corresponding ``.yaml`` file.
90 …nsim/nsim_hs5x`` board we can check :zephyr_file:`boards/snps/nsim/arc_classic/nsim_nsim_hs5x.yaml`
92 The supported toolchains are listed in ``toolchain:`` array in ``.yaml`` file, where we can find:
299 ``<board_name>.yaml`` as an entry point for board configuration.
/Zephyr-latest/tests/cmake/zephyr_get/
DCMakeLists.txt133 # Test with an external variable provided in testcase.yaml
223 # Test with an external variable provided in testcase.yaml
366 # Include the external variable provided in testcase.yaml
454 # Test with an external variable provided in testcase.yaml
/Zephyr-latest/doc/
DLICENSING.rst109 * Various yaml files under ``scripts/dts/python-devicetree/tests``
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig91 error test case. Remember to add ignore_fault tag in yaml file when
99 error test case. Remember to add ignore_fault tag in yaml file when

1234567