Skip to content

Commit ac9de68

Browse files
greg-fernordicjm
authored andcommitted
doc: samples: Zephyr examples testing note
Added a note requested by PMT that states that the Zephyr examples are not tested by Nordic Semiconductor to work with the NCS releases. NCSDK-23685. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent cad2d1a commit ac9de68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf/samples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ The |NCS| provides samples that specifically target Nordic Semiconductor devices
77

88
Samples showcase a single feature or library, while :ref:`applications` include a variety of libraries to implement a specific use case.
99

10-
Zephyr also provides a variety of application samples and demos.
11-
Documentation for those is available in Zephyr's :ref:`zephyr:samples-and-demos` section.
12-
For very simple samples, see the :ref:`zephyr:basic-sample`.
13-
Those samples are a good starting point for understanding how to put together your own application.
10+
Zephyr also provides a variety of :ref:`zephyr:samples-and-demos`, including very simple :ref:`zephyr:basic-sample`.
11+
These samples are a good starting point for understanding how to put together your own application.
12+
However, Zephyr samples and applications are not tested and verified to work with the |NCS| releases.
1413

1514
General information about samples in the |NCS|
1615
* |ncs_unchanged_samples_note|
1716
* |ncs_oot_sample_note|
1817
* All samples in the |NCS| use :ref:`lib_fatal_error` library and are configured to perform a system reset if a fatal error occurs.
1918
This behavior is different from how fatal errors are handled in the Zephyr samples.
2019
You can change the default behavior by updating the configuration option :kconfig:option:`CONFIG_RESET_ON_FATAL_ERROR`.
20+
* All samples in the |NCS| are tested and verified in accordance with their :ref:`maturity level <software_maturity>`.
2121

2222
.. toctree::
2323
:maxdepth: 1

0 commit comments

Comments
 (0)