You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf54l/features.rst
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,29 @@ For additional information, see the following documentation:
14
14
* Zephyr page on the :ref:`zephyr:nrf54l15dk_nrf54l15`
15
15
* :ref:`installation` and :ref:`configuration_and_build` documentation to install the |NCS| and learn more about its development environment.
16
16
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
+
17
36
Supported protocols
18
37
*******************
19
38
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.
21
40
22
41
Amazon Sidewalk
23
42
===============
@@ -42,6 +61,20 @@ In addition, you can run the :ref:`zephyr:bluetooth-samples` that are included f
42
61
43
62
For available libraries, see :ref:`lib_bluetooth_services` (|NCS|) and :ref:`zephyr:bluetooth_api` (Zephyr).
44
63
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.
0 commit comments