Skip to content

Commit 42aa59e

Browse files
snippets: matter: Use boards instead of wildcards for matter-debug
We need to use exact boards for matter-debug snippet. If a user wants to add it to their board, they must increase UART speed manually. Added the update in the docs as well. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent c0fb88a commit 42aa59e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

doc/nrf/protocols/matter/getting_started/advanced_kconfigs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,8 @@ For example, for the ``nrf52840dk/nrf52840`` board target and the :ref:`matter_l
354354
:class: highlight
355355
356356
west build -b nrf52840dk/nrf52840 -- -Dlock_SNIPPET=matter-debug
357+
358+
.. note::
359+
360+
You can increase the UART speed using this snippet only for Nordic Development Kits.
361+
If you want to use the snippet for your custom board, you need to adjust the UART speed manually.

snippets/matter-debug/snippet.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ append:
33
EXTRA_CONF_FILE: matter_debug.conf
44

55
boards:
6-
/.*nrf52840.*/:
6+
nrf52840dk/nrf52840:
77
append:
88
EXTRA_DTC_OVERLAY_FILE: boards/nrf52840dk_nrf52840.overlay
9-
/.*nrf5340.*/:
9+
nrf5340dk/nrf5340/cpuapp:
1010
append:
1111
EXTRA_DTC_OVERLAY_FILE: boards/nrf5340dk_nrf5340_cpuapp.overlay
1212
nrf7002dk/nrf5340/cpuapp:
1313
append:
1414
EXTRA_DTC_OVERLAY_FILE: boards/nrf7002dk_nrf5340_cpuapp.overlay
15-
thingy53/nrf5340/cpuapp:
16-
append:
17-
EXTRA_DTC_OVERLAY_FILE: boards/nrf5340dk_nrf5340_cpuapp.overlay
18-
/.*nrf54l.*/:
15+
/nrf54l15dk.*/:
1916
append:
2017
EXTRA_DTC_OVERLAY_FILE: boards/nrf54l15dk_nrf54l15_cpuapp.overlay
21-
/.*nrf54h20.*/:
18+
nrf54h20dk/nrf54h20/cpuapp:
2219
append:
2320
EXTRA_DTC_OVERLAY_FILE: boards/nrf54h20dk_nrf54h20_cpuapp.overlay

0 commit comments

Comments
 (0)