Skip to content

Commit 5131d3d

Browse files
committed
doc: new targets and doc align
added nRF54L10 emulation added the cpuapp ns target for L15 updated memory requirements Signed-off-by: Anna Wojdylo <[email protected]>
1 parent 5308f19 commit 5131d3d

File tree

4 files changed

+99
-44
lines changed

4 files changed

+99
-44
lines changed

doc/includes/memory_requirement.txt

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
99
| Sample | MCUboot ROM [kB] | Application ROM [kB] | Factory data [kB] | Settings (Sidewalk) [kB] | Total ROM [kB] | Total RAM [kB] |
1010
+================================================================================================================+==================+======================+===================+==========================+================+================+
11-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 26.40 | 368.01 | 4 | 8 | 406.41 | 93.78 |
11+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 24.49 | 396.09 | 4 | 8 | 432.58 | 99.32 |
1212
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
13-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 26.40 | 299.97 | 4 | 8 | 338.37 | 88.91 |
13+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 24.49 | 325.88 | 4 | 8 | 362.37 | 94.45 |
1414
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
15-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 26.40 | 467.21 | 4 | 8 | 505.61 | 120.28 |
15+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 24.49 | 495.70 | 4 | 8 | 532.19 | 126.07 |
1616
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
17-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 26.40 | 378.97 | 4 | 8 | 417.37 | 104.03 |
17+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 24.49 | 404.91 | 4 | 8 | 441.40 | 109.82 |
1818
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
1919

2020
.. tab:: nRF5340 DK
@@ -25,13 +25,30 @@
2525
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
2626
| Sample | MCUboot ROM [kB] | Application ROM [kB] | Factory data [kB] | Settings (Sidewalk) [kB] | Total ROM [kB] | Total RAM [kB] |
2727
+================================================================================================================+==================+======================+===================+==========================+================+================+
28-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 30.99 | 311.83 | 4 | 8 | 354.82 | 86.34 |
28+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 31.02 | 318.18 | 4 | 8 | 361.20 | 89.47 |
2929
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
30-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 30.99 | 241.55 | 4 | 8 | 284.54 | 81.66 |
30+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 31.02 | 245.68 | 4 | 8 | 288.70 | 84.78 |
3131
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
32-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 30.99 | 412.17 | 4 | 8 | 455.16 | 112.67 |
32+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 31.02 | 418.91 | 4 | 8 | 461.93 | 116.07 |
3333
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
34-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 30.99 | 321.31 | 4 | 8 | 364.30 | 96.58 |
34+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 31.02 | 325.46 | 4 | 8 | 368.48 | 99.98 |
35+
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
36+
37+
.. tab:: nRF54L10 emulation
38+
39+
The following table lists the total memory requirements for the default variant of the :ref:`Sidewalk_End_device` sample running on the `nRF54L15 DK`_, emulating the nRF54L10 SoC.
40+
To determine the available space for user extension, it needs to be summarized against the allocated partition size and its layout.
41+
42+
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
43+
| Sample | MCUboot ROM [kB] | Application ROM [kB] | Factory data [kB] | Settings (Sidewalk) [kB] | Total ROM [kB] | Total RAM [kB] |
44+
+================================================================================================================+==================+======================+===================+==========================+================+================+
45+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 37.40 | 378.28 | 4 | 8 | 427.68 | 94.80 |
46+
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
47+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 37.40 | 305.99 | 4 | 8 | 355.39 | 90.12 |
48+
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
49+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 37.40 | 473.13 | 4 | 8 | 522.53 | 121.24 |
50+
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
51+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 37.40 | 381.89 | 4 | 8 | 431.29 | 105.17 |
3552
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
3653

3754
.. tab:: nRF54L15 DK
@@ -42,11 +59,11 @@
4259
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
4360
| Sample | MCUboot ROM [kB] | Application ROM [kB] | Factory data [kB] | Settings (Sidewalk) [kB] | Total ROM [kB] | Total RAM [kB] |
4461
+================================================================================================================+==================+======================+===================+==========================+================+================+
45-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 26.24 | 366.77 | 4 | 8 | 405.01 | 90.46 |
62+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 24.24 | 378.34 | 4 | 8 | 414.58 | 94.80 |
4663
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
47-
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 26.24 | 296.91 | 4 | 8 | 335.15 | 85.79 |
64+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 24.24 | 306.05 | 4 | 8 | 342.29 | 90.12 |
4865
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
49-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 26.24 | 461.23 | 4 | 8 | 499.47 | 116.64 |
66+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 24.24 | 473.21 | 4 | 8 | 509.45 | 121.24 |
5067
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+
51-
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 26.24 | 372.77 | 4 | 8 | 411.01 | 100.57 |
68+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 24.24 | 381.96 | 4 | 8 | 418.20 | 105.17 |
5269
+----------------------------------------------------------------------------------------------------------------+------------------+----------------------+-------------------+--------------------------+----------------+----------------+

0 commit comments

Comments
 (0)