Skip to content

Commit

Permalink
doc: samples: Zephyr examples testing note
Browse files Browse the repository at this point in the history
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 <Grzegorz.Ferenc@nordicsemi.no>
  • Loading branch information
greg-fer authored and nordicjm committed Nov 2, 2023
1 parent cad2d1a commit ac9de68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/nrf/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ The |NCS| provides samples that specifically target Nordic Semiconductor devices

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

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

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

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit ac9de68

Please sign in to comment.