From fe746f969303a07b1e50280826786004e4efdbd7 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Tue, 12 Jan 2021 21:32:58 +0000 Subject: [PATCH] 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 --- samples/bluetooth/ipsp/README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/samples/bluetooth/ipsp/README.rst b/samples/bluetooth/ipsp/README.rst index b57a6ab5a06..650638ab62f 100644 --- a/samples/bluetooth/ipsp/README.rst +++ b/samples/bluetooth/ipsp/README.rst @@ -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::