Skip to content

Commit d5e3816

Browse files
richabprlubos
authored andcommitted
doc: wifi: Update memory footprint tables for 2.8 release
Updated Wi-Fi memory footprint tables for the 2.8.0 release. SHEL-3194 Signed-off-by: Richa Pandey <[email protected]> (cherry picked from commit 605f7e6)
1 parent d7b5502 commit d5e3816

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

doc/nrf/protocols/wifi/advanced_modes/mem_requirements_raw.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Footprint values are provided in kilobytes (KB).
1818
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
1919
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
2020
+====================================================+=============+===========================================+============================+======================+=================================+====================+======================+
21-
| :ref:`Raw TX packet <wifi_raw_tx_packet_sample>` | 507 | 54 | 69 | 180 | 298 | 207 | 13 |
21+
| :ref:`Raw TX packet <wifi_raw_tx_packet_sample>` | 534 | 3 | 74 | 187 | 290 | 218 | 15 |
2222
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
23-
| :ref:`Monitor <wifi_monitor_sample>` | 495 | 51 | 69 | 180 | 398 | 306 | 13 |
23+
| :ref:`Monitor <wifi_monitor_sample>` | 521 | 3 | 74 | 187 | 312 | 239 | 15 |
2424
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
25-
| :ref:`Promiscuous <wifi_promiscuous_sample>` | 512 | 55 | 69 | 180 | 401 | 306 | 13 |
25+
| :ref:`Promiscuous <wifi_promiscuous_sample>` | 539 | 3 | 74 | 187 | 315 | 239 | 15 |
2626
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+

doc/nrf/protocols/wifi/provisioning/mem_requirements_ble.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The following table lists memory requirements for the :ref:`Bluetooth LE based p
1212
+-------------------------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
1313
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
1414
+=============================================================+=============+===========================================+===============================+======================+=================================+====================+======================+
15-
| :ref:`Bluetooth LE based provision <ble_wifi_provision>` | 571 | 54 | 69 | 180 | 277 | 164 | 13 |
15+
| :ref:`Bluetooth LE based provision <ble_wifi_provision>` | 601 | 3 | 74 | 187 | 317 | 222 | 15 |
1616
+-------------------------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+

doc/nrf/protocols/wifi/provisioning/mem_requirements_softap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following table lists memory requirements for the :ref:`SoftAP based provisi
1313
+-------------------------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
1414
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
1515
+=============================================================+=============+===========================================+===============================+======================+=================================+====================+======================+
16-
| :ref:`SoftAP based provision <softap_wifi_provision_sample>`| 666 | 0 | 69 | 0 | 302 | 0 | 0 |
16+
| :ref:`SoftAP based provision <softap_wifi_provision_sample>`| 656 | 0 | 74 | 0 | 217 | 0 | 0 |
1717
+-------------------------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
1818

1919
.. note::

doc/nrf/protocols/wifi/sap_mode/mem_requirements_sap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The following table lists the memory requirements for :ref:`SoftAP <wifi_softap_
1212
+--------------------------------------+-------------+-------------------------------------------+--------------------------+----------------------+---------------------------------+--------------------+----------------------+
1313
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
1414
+======================================+=============+===========================================+==========================+======================+=================================+====================+======================+
15-
| :ref:`SoftAP <wifi_softap_sample>` | 682 | 59 | 69 | 291 | 309 | 207 | 13 |
15+
| :ref:`SoftAP <wifi_softap_sample>` | 716 | 3 | 74 | 300 | 309 | 228 | 15 |
1616
+--------------------------------------+-------------+-------------------------------------------+--------------------------+----------------------+---------------------------------+--------------------+----------------------+

doc/nrf/protocols/wifi/scan_mode/mem_requirements_scan.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Footprint values are provided in kilobytes (KB).
1818
+--------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
1919
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
2020
+======================================+=============+===========================================+============================+======================+=================================+====================+======================+
21-
| :ref:`Scan <wifi_scan_sample>` | 152 | 25 | 25 | 0 | 78 | 45 | 0 |
21+
| :ref:`Scan <wifi_scan_sample>` | 150 | 1 | 28 | 0 | 64 | 34 | 0 |
2222
+--------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
2323

2424
.. tab:: nRF7002 DK
@@ -38,9 +38,9 @@ Footprint values are provided in kilobytes (KB).
3838
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
3939
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
4040
+===================================+=============+===========================================+============================+======================+=================================+====================+======================+
41-
| :ref:`Location <location_sample>` | 242 | 26 | 69 | 0 | 106 | 50 | 0 |
41+
| :ref:`Location <location_sample>` | 247 | 3 | 74 | 0 | 112 | 48 | 0 |
4242
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
43-
| :ref:`Scan <wifi_scan_sample>` | 146 | 25 | 25 | 0 | 73 | 45 | 0 |
43+
| :ref:`Scan <wifi_scan_sample>` | 144 | 1 | 28 | 0 | 61 | 34 | 0 |
4444
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
4545

4646
.. tab:: nRF9161 DK
@@ -50,7 +50,7 @@ Footprint values are provided in kilobytes (KB).
5050
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
5151
| Sample | Total ROM | Wi-Fi driver ROM | nRF70 FW patch ROM | WPA supplicant ROM | Total RAM (incl. static heap) | Wi-Fi driver RAM | WPA supplicant RAM |
5252
+===================================+=============+===========================================+============================+======================+=================================+====================+======================+
53-
| :ref:`Location <location_sample>` | 249 | 26 | 69 | 0 | 106 | 50 | 0 |
53+
| :ref:`Location <location_sample>` | 254 | 3 | 74 | 0 | 113 | 48 | 0 |
5454
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
55-
| :ref:`Scan <wifi_scan_sample>` | 156 | 25 | 25 | 0 | 74 | 45 | 0 |
55+
| :ref:`Scan <wifi_scan_sample>` | 154 | 1 | 28 | 0 | 61 | 34 | 0 |
5656
+-----------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+

0 commit comments

Comments
 (0)