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:
parent
a01b5b0d9a
commit
fe746f9693
1 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,16 @@ Sample can be built and executed for the nRF52840 DK NRF52840 as follows:
|
||||||
:goals: build flash
|
:goals: build flash
|
||||||
:compact:
|
: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
|
Building and Running for Linux kernels released before 4.12
|
||||||
===========================================================
|
===========================================================
|
||||||
.. note::
|
.. note::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue