samples/mgmt/mcumgr: Remove info on BT tiny configuration

The BT tiny configuration has been removed some time ago,
but documentation has been still referencing it.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2022-05-27 10:38:34 +00:00 committed by Carles Cufí
commit 2453e4de00

View file

@ -85,10 +85,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours.
.. group-tab:: Bluetooth
The sample application comes in two bluetooth flavours: a normal one and a tiny one
for resource constrained bluetooth devices.
To build the normal bluetooth sample:
To build the bluetooth sample:
.. code-block:: console
@ -98,16 +95,6 @@ Zephyr. The ``smp_svr`` sample comes in different flavours.
-- \
-DOVERLAY_CONFIG=overlay-bt.conf
And to build the tiny bluetooth sample:
.. code-block:: console
west build \
-b nrf51dk_nrf51422 \
samples/subsys/mgmt/mcumgr/smp_svr \
-- \
-DOVERLAY_CONFIG=overlay-bt-tiny.conf
.. group-tab:: Serial
To build the serial sample with file-system and shell management support: