samples: ipsp: add a debug config build example

Add an example referring to the (already existing) prj_dbg.conf config.

Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
This commit is contained in:
Fabio Baltieri 2021-01-12 21:32:58 +00:00 committed by Johan Hedberg
commit fe746f9693

View file

@ -22,6 +22,16 @@ Sample can be built and executed for the nRF52840 DK NRF52840 as follows:
:goals: build flash
:compact:
To build a debug version, with logging and shell support, use the config file
:file:`prj_dbg.conf`:
.. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp
:board: nrf52840dk_nrf52840
:conf: prj_dbg.conf
:goals: build flash
:compact:
Building and Running for Linux kernels released before 4.12
===========================================================
.. note::