Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample docs #35

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nrf70_bm_lib/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Welcome to the nRF70 Bare Metal library documentation!
nrf70_bm_porting_guide
nrf70_bm_api
nrf70_bm_lib_migration_guide
samples


Indices and tables
Expand Down
22 changes: 22 additions & 0 deletions nrf70_bm_lib/docs/source/samples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. _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.

The following samples are available:

Scan
++++

The Scan sample demonstrates how to use the Nordic Semiconductor's Wi-Fi® chipset to scan for the access points without using the wpa_supplicant.
For more information, see https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/scan/README.html

Radio test
++++++++++

The Radio test sample demonstrates how to use the Nordic Semiconductor's Wi-Fi® chipset to test the radio functionality.
For more information, see https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/radio_test/README.html
16 changes: 0 additions & 16 deletions samples/radio_test_bm/README.rst

This file was deleted.

104 changes: 0 additions & 104 deletions samples/radio_test_bm/ficr.rst

This file was deleted.

Loading