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:
parent
2675fb4ce3
commit
2453e4de00
1 changed files with 1 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue