Home
last modified time | relevance | path

Searched refs:yaml (Results 76 – 100 of 168) sorted by relevance

1234567

/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst17 See sample.yaml for a list of supported platforms.
/Zephyr-latest/cmake/modules/
Dzephyr_default.cmake85 list(APPEND zephyr_cmake_modules yaml)
/Zephyr-latest/samples/basic/button/
DREADME.rst88 .. code-block:: yaml
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst209 .. code-block:: yaml
231 .. code-block:: yaml
300 .. code-block:: yaml
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst113 └── domains.yaml
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst270 └── plank_<qualifiers>.yaml
305 - :file:`plank_<qualifiers>.yaml`: a YAML file with miscellaneous metadata used
325 .. code-block:: yaml
353 .. code-block:: yaml
765 .. code-block:: yaml
881 .. code-block:: yaml
943 .. code-block:: yaml
974 └── plank_<new-qualifiers>.yaml
Dsoc_porting.rst117 .. code-block:: yaml
128 .. code-block:: yaml
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst225 * :github:`1474` - tests/net/ipv6_fragment build failure, missing testcase.yaml
369 * :github:`4050` - zephyr.git/tests/kernel/obj_validation/testcase.yaml#test :Evaluation failure
376 * :github:`4059` - zephyr.git/tests/net/ipv6/testcase.yaml#test :evaluation failed
421 * :github:`4463` - Some tests and samples are missing a .yaml file
467 * :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
Drelease-notes-1.13.rst301 * :github:`9744` - tests/kernel/mbox/mbox_usage/testcase.yaml#kernel.mailbox crashes on ESP32
341 * :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 elftools
674 * :github:`4018` - zephyr.git/tests/net/mld/testcase.yaml#test :evalution failed
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/
Dpsoc6_cm0.dtsi21 /* see cypress,psoc6-int-mux.yaml */
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst46 .. code-block:: yaml
/Zephyr-latest/samples/
Dsample_definition_and_criteria.rst44 .. code-block:: yaml
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt128 When the test suite is executed by Twister it takes parameters from testcase.yaml
143 For more details see Twister testcase.yaml documentation and 'harness_config:'
/Zephyr-latest/doc/build/dts/
Dhowtos.rst214 * $ZEPHYR_BASE/dts/bindings/mtd/soc-nv-flash.yaml
408 .. code-block:: yaml
412 include: base.yaml
622 file like :zephyr_file:`dts/bindings/spi/spi-device.yaml` which provides
/Zephyr-latest/doc/develop/test/
Dztest.rst240 ``your.test.scenario.name`` references a test scenario defined in :file:`testcase.yaml`
254 testcase.yaml
256 .. literalinclude:: ../../../samples/subsys/testsuite/integration/testcase.yaml
257 :language: yaml
Dtwister_statuses.rst41 One can modify Twister's behaviour on a per-Suite basis via ``testcase.yaml`` files.
/Zephyr-latest/boards/seeed/xiao_esp32c3/doc/
Dindex.rst115 └── domains.yaml
/Zephyr-latest/boards/m5stack/stamp_c3/doc/
Dindex.rst96 └── domains.yaml
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DREADME.rst49 is provided in :zephyr_file:`samples/net/mqtt_sn_publisher/compose/compose.yaml`.
/Zephyr-latest/boards/beagle/beaglev_fire/doc/
Dindex.rst90 .. code-block:: yaml
/Zephyr-latest/boards/hardkernel/odroid_go/doc/
Dindex.rst139 └── domains.yaml
/Zephyr-latest/boards/nxp/ucans32k1sic/doc/
Dindex.rst63 :zephyr_file:`dts/bindings/pinctrl/nxp,port-pinctrl.yaml`.
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/doc/
Dindex.rst132 └── domains.yaml
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py24 import yaml
56 from yaml import CSafeLoader as SafeLoader
58 from yaml import SafeLoader
1421 runners_content: dict = yaml.load(file, Loader=SafeLoader)
1461 runners_content_yaml: dict = yaml.load(runners_content_text, Loader=SafeLoader)
/Zephyr-latest/boards/seeed/xiao_esp32c6/doc/
Dindex.rst117 └── domains.yaml

1234567