Skip to content

Commit 641a246

Browse files
nordicjmrlubos
authored andcommitted
samples: multicore: empty: Update documentation and add other builds
The documentation has been updated to reference other supported processors and sample file has been updated to test on these platforms Signed-off-by: Jamie McCrae <[email protected]>
1 parent 3640716 commit 641a246

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

doc/nrf/includes/sample_board_rows.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214

215215
| :ref:`nRF54H20 DK <ug_nrf54h20_gs>` | PCA10175 | :zephyr:board:`nrf54h20dk <nrf54h20dk>` | ``nrf54h20dk/nrf54h20/cpuppr`` |
216216

217+
.. nrf54h20dk_nrf54h20_cpuflpr
218+
219+
| :ref:`nRF54H20 DK <ug_nrf54h20_gs>` | PCA10175 | :zephyr:board:`nrf54h20dk <nrf54h20dk>` | ``nrf54h20dk/nrf54h20/cpuflpr`` |
220+
217221
.. native_posix
218222

219223
| Native Posix | | native_posix | ``native_posix`` |

samples/basic/empty/README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ Empty firmware for multiple core SoCs
99

1010
The sample demonstrates how to generate an empty network (or other) core firmware.
1111
The sample is used only by the applications that do not use the other core(s).
12-
In the mentioned case, the empty network core sample is automatically added to build by the :kconfig:option:`SB_CONFIG_NETCORE_EMPTY` sysbuild Kconfig option.
12+
An empty image can be added to a project using the following options (depending upon if an SoC has the CPU):
13+
14+
+----------------------------------------------+--------------------------------------------+
15+
| Core | Sysbuild Kconfig |
16+
+==============================================+============================================+
17+
| Network/radio processor | :kconfig:option:`SB_CONFIG_NETCORE_EMPTY` |
18+
+----------------------------------------------+--------------------------------------------+
19+
| Fast Lightweight peripheral processor (FLPR) | :kconfig:option:`SB_CONFIG_FLPRCORE_EMPTY` |
20+
+----------------------------------------------+--------------------------------------------+
21+
| Peripheral processor (PPR) | :kconfig:option:`SB_CONFIG_PPRCORE_EMPTY` |
22+
+----------------------------------------------+--------------------------------------------+
1323

1424
Requirements
1525
************

samples/basic/empty/sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ tests:
88
integration_platforms:
99
- nrf5340dk/nrf5340/cpunet
1010
- thingy53/nrf5340/cpunet
11+
- nrf54l15dk/nrf54l15/cpuflpr
12+
- nrf54h20dk/nrf54h20/cpuflpr
13+
- nrf54h20dk/nrf54h20/cpuppr
1114
platform_allow:
1215
- nrf5340dk/nrf5340/cpunet
1316
- thingy53/nrf5340/cpunet
17+
- nrf54l15dk/nrf54l15/cpuflpr
18+
- nrf54h20dk/nrf54h20/cpuflpr
19+
- nrf54h20dk/nrf54h20/cpuppr
1420
tags:
1521
- ci_build
1622
- sysbuild

0 commit comments

Comments
 (0)