Lines Matching refs:or
9 A sample is a concise Zephyr application that provides an accessible overview of one or
10 more features, subsystems, or modules. This includes kernel services, drivers, protocols, etc.
11 Samples should be limited in scope and should focus only on demonstrating non-trivial or
12 essential aspects of the subsystem(s) or module(s) being highlighted.
19 1. Samples must not be used to test features or verify platforms
62 the harness is set to ``ztest`` or ``console``.
65 ``extra_args`` or ``extra_configs`` options in the YAML file to build the
69 never be used to test functionality of the subsystem or module the sample
72 operation can be verified using ``extra_args`` or
79 * Make use of ``integration_platforms`` to limit the scope when there are timing or
85 3. A sample should provide sufficient coverage of a subsystem, feature, or module.
92 * Samples must not test the negative or edge case behaviors.