Searched refs:yaml (Results 76 – 100 of 168) sorted by relevance
1234567
17 See sample.yaml for a list of supported platforms.
85 list(APPEND zephyr_cmake_modules yaml)
88 .. code-block:: yaml
209 .. code-block:: yaml231 .. code-block:: yaml300 .. code-block:: yaml
113 └── domains.yaml
270 └── plank_<qualifiers>.yaml305 - :file:`plank_<qualifiers>.yaml`: a YAML file with miscellaneous metadata used325 .. code-block:: yaml353 .. code-block:: yaml765 .. code-block:: yaml881 .. code-block:: yaml943 .. code-block:: yaml974 └── plank_<new-qualifiers>.yaml
117 .. code-block:: yaml128 .. code-block:: yaml
225 * :github:`1474` - tests/net/ipv6_fragment build failure, missing testcase.yaml369 * :github:`4050` - zephyr.git/tests/kernel/obj_validation/testcase.yaml#test :Evaluation failure376 * :github:`4059` - zephyr.git/tests/net/ipv6/testcase.yaml#test :evaluation failed421 * :github:`4463` - Some tests and samples are missing a .yaml file467 * :github:`4744` - tests/net/ieee802154/l2/testcase.yaml#test : unable to acknowledge data from rec…482 * :github:`4791` - rpl-node uses testcase.ini instead of sample.yaml format
301 * :github:`9744` - tests/kernel/mbox/mbox_usage/testcase.yaml#kernel.mailbox crashes on ESP32341 * :github:`9611` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.slice_reset fails on …355 * :github:`9527` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.unlock_preemptible fa…362 * :github:`9468` - tests/kernel/mem_pool/mem_pool_concept/testcase.yaml#kernel.memory_pool fails on…363 * :github:`9466` - tests/kernel/context/testcase.yaml#kernel.common.k_sleep fails on nrf52_pca10040…628 * :github:`6866` - build: requirements: No module named yaml and elftools674 * :github:`4018` - zephyr.git/tests/net/mld/testcase.yaml#test :evalution failed
21 /* see cypress,psoc6-int-mux.yaml */
46 .. code-block:: yaml
44 .. code-block:: yaml
128 When the test suite is executed by Twister it takes parameters from testcase.yaml143 For more details see Twister testcase.yaml documentation and 'harness_config:'
214 * $ZEPHYR_BASE/dts/bindings/mtd/soc-nv-flash.yaml408 .. code-block:: yaml412 include: base.yaml622 file like :zephyr_file:`dts/bindings/spi/spi-device.yaml` which provides
240 ``your.test.scenario.name`` references a test scenario defined in :file:`testcase.yaml`254 testcase.yaml256 .. literalinclude:: ../../../samples/subsys/testsuite/integration/testcase.yaml257 :language: yaml
41 One can modify Twister's behaviour on a per-Suite basis via ``testcase.yaml`` files.
115 └── domains.yaml
96 └── domains.yaml
49 is provided in :zephyr_file:`samples/net/mqtt_sn_publisher/compose/compose.yaml`.
90 .. code-block:: yaml
139 └── domains.yaml
63 :zephyr_file:`dts/bindings/pinctrl/nxp,port-pinctrl.yaml`.
132 └── domains.yaml
24 import yaml56 from yaml import CSafeLoader as SafeLoader58 from yaml import SafeLoader1421 runners_content: dict = yaml.load(file, Loader=SafeLoader)1461 runners_content_yaml: dict = yaml.load(runners_content_text, Loader=SafeLoader)
117 └── domains.yaml