Searched refs:yaml (Results 51 – 75 of 168) sorted by relevance
1234567
/Zephyr-latest/samples/psa/its/ |
D | README.rst | 29 Different configurations are defined in the :file:`sample.yaml` file.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 451 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/ |
D | extensions.rst | 144 .. code-block:: yaml 178 .. code-block:: yaml 213 .. code-block:: yaml 230 .. code-block:: yaml
|
/Zephyr-latest/samples/psa/persistent_key/ |
D | README.rst | 27 Different configurations are defined in the :file:`sample.yaml` file.
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 25 :zephyr_file:`samples/basic/custom_dts_binding/dts/bindings/power-switch.yaml`. The gate driver for
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | walker.py | 6 import yaml 374 content = yaml.load(file.read(), yaml.SafeLoader) 377 except (FileNotFoundError, yaml.YAMLError):
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 81 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/ |
D | README.rst | 30 both the secure and non-secure CMakeLists.txt file and make relevant changes, as well as the yaml
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 284 * :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/ |
D | kernel.cmake | 69 # 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")
|
D | unittest.cmake | 7 include(yaml)
|
/Zephyr-latest/samples/subsys/llext/modules/ |
D | README.rst | 59 Take a look at :zephyr_file:`samples/subsys/llext/modules/sample.yaml` for
|
/Zephyr-latest/doc/build/dts/ |
D | intro-input-output.rst | 24 - bindings (``.yaml``) 33 dts/bindings/.../binding.yaml
|
D | design.rst | 34 - Zephyr's :ref:`twister_script` currently use :file:`board.yaml` files to
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 391 :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/ |
D | README.rst | 71 .. code-block:: yaml
|
/Zephyr-latest/subsys/testsuite/ |
D | Kconfig | 108 tag in their testcase.yaml file. 117 testcase.yaml.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mspi.rst | 112 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/ |
D | README.rst | 29 See sample.yaml for a list of supported platforms.
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 14 See sample.yaml for a list of supported platforms.
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 4 import yaml 44 maintainers_file = yaml.safe_load(file)
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 88 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/ |
D | CMakeLists.txt | 133 # 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/ |
D | LICENSING.rst | 109 * Various yaml files under ``scripts/dts/python-devicetree/tests``
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 91 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