Bluetooth: Remove point 6 of Samples Guidelines

Point 6 of Samples Guidelines stated that samples should be references and
not tutorials. The problem is that there is currently no tutorials in
Zephyr.

The proposal here, is to use samples has tutorials. The references could be
left to the tests.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
This commit is contained in:
Théo Battrel
2023-01-16 11:57:41 +01:00
committed by Carles Cufí
parent ab764aada9
commit d598e26de4

View File

@@ -92,11 +92,6 @@ Sample Criteria
* Building & Running instructions
* Sample output, if applicable.
6. A sample should be a reference, not a tutorial.
++++++++++++++++++++++++++++++++++++++++++++++++++
* Should have minimal comments, when applicable.
* Should concisely demonstrate HOW to solve a problem, not WHY.
As a starting point, this sample is a good example to refer to
:zephyr_file:`samples/kernel/condition_variables/condvar`.