Skip to content

Commit 4bc9cde

Browse files
annwojrlubos
authored andcommitted
doc: nrf54l15 update features of
added missing items Signed-off-by: Anna Wojdylo <[email protected]>
1 parent ae9d0e7 commit 4bc9cde

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

doc/nrf/app_dev/device_guides/nrf54l/features.rst

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,29 @@ For additional information, see the following documentation:
1414
* Zephyr page on the :ref:`zephyr:nrf54l15dk_nrf54l15`
1515
* :ref:`installation` and :ref:`configuration_and_build` documentation to install the |NCS| and learn more about its development environment.
1616

17+
VPR core
18+
********
19+
20+
The nRF54L15 DK has VPR core named *fast lightweight peripheral processor* (FLPR).
21+
It is designed to support the RISC-V instruction set, and features key enhancements that enable efficient handling of basic and complex operations, as well as streamlined instruction processing.
22+
It can be used as either a standalone processor or as a helper core.
23+
24+
As a helper processor, FLPR specializes in managing tasks that require real-time attention or low power consumption, effectively boosting the performance of the main processor.
25+
It is versatile, capable of operating independently or as an integrated peripheral, with accessible components for easy control and customization.
26+
27+
Trusted Firmware-M (TF-M)
28+
*************************
29+
30+
Trusted Firmware-M provides a configurable set of software components to create a Trusted Execution Environment.
31+
When you build your application with CMSE enabled, the TF-M is automatically included in the build.
32+
33+
For more information about the TF-M, see :ref:`ug_tfm`.
34+
See also :ref:`tfm_hello_world` for a sample that demonstrates how to add TF-M to an application.
35+
1736
Supported protocols
1837
*******************
1938

20-
The nRF54L15 DK supports Bluetooth Low Energy (LE), proprietary protocols (including Enhanced ShockBurst), Matter, and Thread.
39+
The nRF54L15 DK supports Bluetooth® Low Energy (LE) including Bluetooth Mesh, proprietary protocols (including Enhanced ShockBurst), Matter, and Thread.
2140

2241
Amazon Sidewalk
2342
===============
@@ -42,6 +61,20 @@ In addition, you can run the :ref:`zephyr:bluetooth-samples` that are included f
4261

4362
For available libraries, see :ref:`lib_bluetooth_services` (|NCS|) and :ref:`zephyr:bluetooth_api` (Zephyr).
4463

64+
Bluetooth Mesh
65+
--------------
66+
67+
Bluetooth Mesh operates on Bluetooth Low Energy (LE), and is implemented according to Bluetooth Mesh Profile Specification v1.0.1 and Bluetooth Mesh Model Specification v1.0.1.
68+
For the application core, the |NCS| provides several :ref:`bt_mesh_samples`.
69+
In addition, you can find Bluetooth Mesh samples with :ref:`Bluetooth samples in Zephyr <zephyr:bluetooth-samples>`.
70+
71+
IEEE 802.15.4
72+
=============
73+
74+
Implementation of the IEEE 802.15.4 MAC layer frame technology that enhances network efficiency and reliability through intelligent decoding of frame control fields, which manage types, addressing, and control flags.
75+
76+
For the application core, the |NCS| provides a series of samples for the :ref:`Thread <ug_thread>`, and :ref:`Matter <ug_matter>` protocols.
77+
4578
Enhanced ShockBurst
4679
===================
4780

0 commit comments

Comments
 (0)