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 608d94b commit 39dcdcdCopy full SHA for 39dcdcd
boards/nordic/nrf54l15dk/doc/index.rst
@@ -100,8 +100,12 @@ Applications for the ``nrf54l15dk/nrf54l15/cpuflpr`` board target need
100
to be built as multicore configuration with code snippet called ``vpr_launcher``
101
for the application core.
102
103
-Enter the following command to compile ``hello_world`` for the FLPR core::
104
- west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
+Enter the following command to compile ``hello_world`` for the FLPR core:
+
105
+.. code-block:: console
106
107
+ west build -p -b nrf54l15dk/nrf54l15/cpuflpr --sysbuild -- -DSB_VPR_LAUNCHER=y
108
109
110
Flashing
111
========
0 commit comments