Lines Matching full:samples
11 Samples should be limited in scope and should focus only on demonstrating non-trivial or
14 Samples are recommended when submitting new features; however, they are not mandatory.
19 1. Samples must not be used to test features or verify platforms
22 * Samples must not use Zephyr's testing framework.
25 * Must not use zasserts in samples.
89 * Keep the code simple and easy to read. Example: :zephyr_file:`samples/philosophers`.
92 * Samples must not test the negative or edge case behaviors.
95 4. Samples must be documented.
97 * Samples must have a ``README.rst`` file in the samples folder.
98 Example: ``samples/subsys/foo/README.rst``. clearly explaining the purpose of the sample, its
101 ``samples/index.rst``.
111 :zephyr_file:`samples/kernel/condition_variables/condvar`.