Skip to content

Commit

Permalink
samples: matter: Docs for nrf7001DK support
Browse files Browse the repository at this point in the history
Added some docs for nRF7001 DK (WiFi 2.4GHz only) For Matter
Lock Sample.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic authored and nordicjm committed Mar 28, 2024
1 parent b4bf7ca commit 6fb5862
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Matter samples

To get started with using test event triggers in your Matter samples and to understand the capabilities of this feature, refer to the :ref:`ug_matter_test_event_triggers` page.

* :ref:`matter_lock_sample` sample:

* Added support for emulation of the nRF7001 Wi-Fi companion IC on the nRF7002 DK.

Multicore samples
-----------------

Expand Down
2 changes: 1 addition & 1 deletion samples/matter/lock/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IPv6 network support
The development kits for this sample offer the following IPv6 network support for Matter:

* Matter over Thread is supported for ``nrf52840dk_nrf52840``, ``nrf5340dk_nrf5340_cpuapp``, and ``nrf21540dk_nrf52840``.
* Matter over Wi-Fi is supported for ``nrf5340dk_nrf5340_cpuapp`` with the ``nrf7002ek`` shield attached or for ``nrf7002dk_nrf5340_cpuapp``.
* Matter over Wi-Fi is supported for ``nrf5340dk_nrf5340_cpuapp`` with the ``nrf7002ek`` shield attached (2.4 GHz and 5 GHz), for ``nrf7002dk_nrf5340_cpuapp`` (2.4 GHz and 5 GHz), or for ``nrf7002dk_nrf7001_nrf5340_cpuapp`` (2.4 GHz only).
* :ref:`Switching between Matter over Thread and Matter over Wi-Fi <matter_lock_sample_wifi_thread_switching>` is supported for ``nrf5340dk_nrf5340_cpuapp`` with the ``nrf7002ek`` shield attached, using the ``thread_wifi_switched`` build type.

Overview
Expand Down
4 changes: 4 additions & 0 deletions samples/matter/lock/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ tests:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf7002dk_nrf5340_cpuapp
- nrf7002dk_nrf7001_nrf5340_cpuapp
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp
nrf7002dk_nrf7001_nrf5340_cpuapp
sample.matter.lock.smp_dfu:
build_only: true
extra_args: CONFIG_CHIP_DFU_OVER_BT_SMP=y
integration_platforms:
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf7002dk_nrf5340_cpuapp
- nrf7002dk_nrf7001_nrf5340_cpuapp
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp nrf7002dk_nrf5340_cpuapp
nrf7002dk_nrf7001_nrf5340_cpuapp
sample.matter.lock.no_dfu.no_fd:
build_only: true
integration_platforms:
Expand Down

0 comments on commit 6fb5862

Please sign in to comment.