Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: L10 as supported #663

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions doc/compatibility_matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ The following table demonstrates the compatibility between the nRF Connect SDK a
* `nRF5340 DK`_
- ---
- Qualified/approved

`*` Experimental support
8 changes: 3 additions & 5 deletions doc/samples/samples_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ The following table demonstrates the variants' configuration for the supported d
| :ref:`variant_sidewalk_hello` | Sample application showing communication | * `nRF52840 DK`_ | * External flash (included in the DK) except `nRF54L15 DK`_ | * MCUboot - DFU partition in external flash | * ``overlay-hello.conf`` |
| | over Sidewalk network. | * `nRF5340 DK`_ | * `Semtech SX1262MB2CAS`_ (only for the configurations with LoRa or FSK) | * Application partition size = 956 kB | |
| | | * `nRF54L15 DK`_ | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ * | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ | | | |
+-----------------------------------+------------------------------------------+-------------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------+---------------------------+
| :ref:`variant_sensor_monitoring` | Demo application of Sidewalk protocol | * `nRF52840 DK`_ | * External flash (included in the DK) except `nRF54L15 DK`_ | * MCUboot - DFU partition in external flash | * ``overlay-demo.conf`` |
| | with temperature sensor monitoring. | * `nRF5340 DK`_ | * `Semtech SX1262MB2CAS`_ (only for the configurations with LoRa or FSK) | * Application partition size = 956 kB | |
| | | * `Thingy53`_ | | | |
| | | * `nRF54L15 DK`_ | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ * | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ | | | |
+-----------------------------------+------------------------------------------+-------------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------+---------------------------+
| :ref:`variant_sidewalk_dut` | Device under test generic application | * `nRF52840 DK`_ | * External flash (included in the DK) except `nRF54L15 DK`_ | * MCUboot - DFU partition in external flash | * ``overlay-dut.conf`` |
| | having activated CLI. | * `nRF5340 DK`_ | * `Semtech SX1262MB2CAS`_ (only for the configurations with LoRa or FSK) | * Application partition size = 956 kB | |
| | | * `nRF54L15 DK`_ | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ * | | | |
| | | * nRF54L10 emulating on `nRF54L15 DK`_ | | | |
+-----------------------------------+------------------------------------------+-------------------------------------------+---------------------------------------------------------------------------+-----------------------------------------------+---------------------------+

`*` Experimental support

.. toctree::
:maxdepth: 3
:glob:
Expand Down
4 changes: 1 addition & 3 deletions doc/samples/sid_end_device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ This sample supports the following development kits:
| nRF54L15 DK | PCA10156 | `nrf54l15dk`_ | ``nrf54l15dk/nrf54l15/cpuapp`` |
| | | | ``nrf54l15dk/nrf54l15/cpuapp/ns`` |
+--------------------------------------+----------+-------------------+-------------------------------------+
| nRF54L10 (emulating on nRF54L15 DK)* | PCA10156 | `nrf54l15dk`_ | ``nrf54l15dk/nrf54l10/cpuapp`` |
| nRF54L10 (emulating on nRF54L15 DK) | PCA10156 | `nrf54l15dk`_ | ``nrf54l15dk/nrf54l10/cpuapp`` |
+--------------------------------------+----------+-------------------+-------------------------------------+

`*` Experimental support

To run the sample in the Bluetooth LE link mode, you only need the development kit.
However, if you want to run the sample with LoRa or FSK configuration, you also need the LoRa radio module.
The supported modules are as follows:
Expand Down
Loading