Skip to content

Commit 2ad2b5a

Browse files
doc: samples: add shell samples
Add section for shell samples, link shell samples in there, and add link to section. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 22d6ba6 commit 2ad2b5a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# Include
3939
/include/*.h @nrfconnect/ncs-bm
4040
/include/bluetooth/ @nrfconnect/ncs-bm
41+
/include/shell/ @nrfconnect/ncs-bm
4142
/include/s115/ @nrfconnect/ncs-bm @nrfconnect/ncs-dragoon
4243

4344
# Libraries
@@ -58,11 +59,13 @@
5859
/samples/boot/ @nrfconnect/ncs-pluto
5960
/samples/mcumgr/ @nrfconnect/ncs-pluto
6061
/samples/peripherals/ @nrfconnect/ncs-bm
62+
/samples/shell/ @nrfconnect/ncs-bm
6163

6264
# Samples documentation
6365
/samples/**/*.rst @nrfconnect/ncs-bm-doc
6466
/samples/bluetooth/**/*.rst @nrfconnect/ncs-bm-doc
6567
/samples/peripherals/**/*.rst @nrfconnect/ncs-bm-doc
68+
/samples/shell/**/*.rst @nrfconnect/ncs-bm-doc
6669

6770
# Scripts
6871
/scripts/ @nrfconnect/ncs-bm
@@ -73,6 +76,7 @@
7376
/subsys/bm_installs/ @nrfconnect/ncs-pluto
7477
/subsys/logging/ @nrfconnect/ncs-bm
7578
/subsys/mgmt/mcumgr/ @nrfconnect/ncs-pluto
79+
/subsys/shell/ @nrfconnect/ncs-bm
7680
/subsys/softdevice/ @nrfconnect/ncs-bm @nrfconnect/ncs-dragoon
7781
/subsys/softdevice_handler/ @nrfconnect/ncs-bm
7882
/subsys/storage/flash_map/ @nrfconnect/ncs-pluto

doc/nrf-bm/sample/shell.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _shell_samples:
2+
3+
Shell samples
4+
#############
5+
6+
This section lists the available samples for shell support.
7+
8+
.. toctree::
9+
:maxdepth: 1
10+
:caption: Subpages
11+
:glob:
12+
13+
../samples/shell/bm_uarte/README.rst

doc/nrf-bm/samples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ All other samples and applications that are included in the distribution must be
1515

1616
sample/ble
1717
sample/peripheral
18+
sample/shell

0 commit comments

Comments
 (0)