We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01b5b0 commit fe746f9Copy full SHA for fe746f9
samples/bluetooth/ipsp/README.rst
@@ -22,6 +22,16 @@ Sample can be built and executed for the nRF52840 DK NRF52840 as follows:
22
:goals: build flash
23
:compact:
24
25
+To build a debug version, with logging and shell support, use the config file
26
+:file:`prj_dbg.conf`:
27
+
28
+.. zephyr-app-commands::
29
+ :zephyr-app: samples/bluetooth/ipsp
30
+ :board: nrf52840dk_nrf52840
31
+ :conf: prj_dbg.conf
32
+ :goals: build flash
33
+ :compact:
34
35
Building and Running for Linux kernels released before 4.12
36
===========================================================
37
.. note::
0 commit comments