Skip to content

Commit

Permalink
doc: openthread: update OpenThread memory requirements
Browse files Browse the repository at this point in the history
Regular OpenThread documentation update.

Signed-off-by: Nordic Builder <[email protected]>
  • Loading branch information
NordicBuilder committed Dec 11, 2024
1 parent c3e38f2 commit 0475ebd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions doc/nrf/protocols/thread/overview/memory_tables/nrf52840.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
+-----------------------------+-------+-------+
| | FTD | MTD |
+=============================+=======+=======+
| ROM OT stack + App [kB] | 359 | 304 |
| ROM OT stack + App [kB] | 358 | 304 |
+-----------------------------+-------+-------+
| ROM Bluetooth LE stack [kB] | 0 | 0 |
+-----------------------------+-------+-------+
| Persistent storage [kB] | 32 | 32 |
+-----------------------------+-------+-------+
| Free ROM [kB] | 633 | 688 |
| Free ROM [kB] | 634 | 688 |
+-----------------------------+-------+-------+
| RAM OT stack + App [kB] | 93 | 83 |
+-----------------------------+-------+-------+
Expand All @@ -30,9 +30,9 @@
+-----------------------------+-------+-------+
| | FTD | MTD |
+=============================+=======+=======+
| ROM OT stack + App [kB] | 359 | 304 |
| ROM OT stack + App [kB] | 358 | 304 |
+-----------------------------+-------+-------+
| ROM Bluetooth LE stack [kB] | 75 | 76 |
| ROM Bluetooth LE stack [kB] | 76 | 76 |
+-----------------------------+-------+-------+
| Persistent storage [kB] | 32 | 32 |
+-----------------------------+-------+-------+
Expand Down
18 changes: 9 additions & 9 deletions doc/nrf/protocols/thread/overview/memory_tables/nrf54l15.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
+-----------------------------+----------+-------+-------+
| | master | FTD | MTD |
+=============================+==========+=======+=======+
| ROM OT stack + App [kB] | 478 | 368 | 315 |
| ROM OT stack + App [kB] | 473 | 363 | 310 |
+-----------------------------+----------+-------+-------+
| ROM Bluetooth LE stack [kB] | 0 | 0 | 0 |
+-----------------------------+----------+-------+-------+
| Persistent storage [kB] | 32 | 32 | 32 |
+-----------------------------+----------+-------+-------+
| Free ROM [kB] | 1014 | 1124 | 1177 |
| Free ROM [kB] | 1019 | 1129 | 1182 |
+-----------------------------+----------+-------+-------+
| RAM OT stack + App [kB] | 107 | 98 | 87 |
| RAM OT stack + App [kB] | 107 | 97 | 87 |
+-----------------------------+----------+-------+-------+
| RAM Bluetooth LE stack [kB] | 0 | 0 | 0 |
+-----------------------------+----------+-------+-------+
| Free RAM [kB] | 149 | 158 | 169 |
| Free RAM [kB] | 149 | 159 | 169 |
+-----------------------------+----------+-------+-------+


Expand All @@ -30,17 +30,17 @@
+-----------------------------+----------+-------+-------+
| | master | FTD | MTD |
+=============================+==========+=======+=======+
| ROM OT stack + App [kB] | 478 | 368 | 315 |
| ROM OT stack + App [kB] | 473 | 363 | 310 |
+-----------------------------+----------+-------+-------+
| ROM Bluetooth LE stack [kB] | 91 | 91 | 91 |
| ROM Bluetooth LE stack [kB] | 91 | 91 | 90 |
+-----------------------------+----------+-------+-------+
| Persistent storage [kB] | 32 | 32 | 32 |
+-----------------------------+----------+-------+-------+
| Free ROM [kB] | 923 | 1033 | 1086 |
| Free ROM [kB] | 928 | 1038 | 1092 |
+-----------------------------+----------+-------+-------+
| RAM OT stack + App [kB] | 107 | 98 | 87 |
| RAM OT stack + App [kB] | 107 | 97 | 87 |
+-----------------------------+----------+-------+-------+
| RAM Bluetooth LE stack [kB] | 14 | 14 | 14 |
+-----------------------------+----------+-------+-------+
| Free RAM [kB] | 135 | 144 | 155 |
| Free RAM [kB] | 135 | 145 | 155 |
+-----------------------------+----------+-------+-------+

0 comments on commit 0475ebd

Please sign in to comment.