-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was missed initially, but quite handy. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _nrf70_bm_samples: | ||
|
||
Samples | ||
####### | ||
|
||
The nRF70 BM repo provides samples that specifically target Nordic Semiconductor devices and show how to implement typical use cases with Nordic Semiconductor libraries and drivers. | ||
Samples showcase a single feature or library. | ||
These samples are a good starting point for understanding how to put together your own application. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Samples | ||
|
||
samples_docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.. include:: ../../../samples/scan_bm/README.rst | ||
.. include:: ../../../samples/radio_test_bm/README.rst |