Skip to content

Commit 962f319

Browse files
divipillairlubos
authored andcommitted
doc: Add information about Zephyr tests and samples
Add information about Zephyr tests and samples that extend their support with new Nordic development kits. Signed-off-by: divya pillai <[email protected]>
1 parent e52d4be commit 962f319

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Additionally, the |NCS| contains |sample_test| that are built upon the corresponding Zephyr |sample_test|, extending their support with new Nordic development kits.
2+
These |sample_test| are placed under the |sample_test_file| folder.
3+
The source code and configuration files are located within the corresponding Zephyr |sample_test| folder under |zephyr_sample_test_file|.

doc/nrf/samples.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Zephyr also provides a variety of :zephyr:code-sample-category:`samples`, includ
1111
These samples are a good starting point for understanding how to put together your own application.
1212
However, Zephyr samples and applications are not tested and verified to work with the |NCS| releases.
1313

14+
.. |sample_test| replace:: samples
15+
16+
.. |sample_test_file| replace:: :file:`nrf/samples/zephyr`
17+
18+
.. |zephyr_sample_test_file| replace:: :file:`zephyr/samples`
19+
20+
.. include:: /includes/zephyr_sample_test.txt
21+
1422
.. samples_general_info_start
1523
1624
General information about samples in the |NCS|

doc/nrf/test_and_optimize.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Testing and optimization
1515
Each application in the |NCS| comes with its own testing instructions.
1616
Follow these instructions to make sure that the application runs as expected.
1717

18+
.. |sample_test| replace:: tests
19+
20+
.. |sample_test_file| replace:: :file:`nrf/tests/zephyr`
21+
22+
.. |zephyr_sample_test_file| replace:: :file:`zephyr/tests`
23+
24+
.. include:: /includes/zephyr_sample_test.txt
25+
1826
Information about the current state of the application is usually provided through LEDs, :term:`Universal Asynchronous Receiver/Transmitter (UART)`, or both.
1927
See the user interface section of the application's documentation for the LED states or available UART commands.
2028

0 commit comments

Comments
 (0)