Skip to content

Commit ee0bc4f

Browse files
richabpjfischer-no
authored andcommitted
doc improvement: update memory values
Updated memory footprint values due to a bug fix. Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent d0dc653 commit ee0bc4f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The following table lists memory requirements for :ref:`SoftAP <wifi_softap_samp
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>` | 719 | 58 | 71 | 421 | 308 | 207 | 13 |
15+
| :ref:`SoftAP <wifi_softap_sample>` | 719 | 58 | 71 | 289 | 308 | 207 | 13 |
1616
+--------------------------------------+-------------+-------------------------------------------+--------------------------+----------------------+---------------------------------+--------------------+----------------------+

doc/nrf/protocols/wifi/station_mode/mem_requirements_sta.rst

+7-7
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:`Station <wifi_station_sample>` | 539 | 51 | 71 | 220 | 255 | 164 | 13 |
21+
| :ref:`Station <wifi_station_sample>` | 539 | 51 | 71 | 179 | 255 | 164 | 13 |
2222
+--------------------------------------+-------------+-------------------------------------------+-----------------------------+----------------------+---------------------------------+--------------------+----------------------+
2323

2424
.. tab:: nRF7002 DK
@@ -30,17 +30,17 @@ Footprint values are provided in kilobytes (KB).
3030
+===============================================+=============+===========================================+===============================+======================+=================================+====================+======================+
3131
| :ref:`UDP <udp_sample>` | 99 | 3 | 71 | 0 | 32 | 6 | 0 |
3232
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
33-
| :ref:`Station <wifi_station_sample>` | 536 | 52 | 71 | 220 | 254 | 164 | 13 |
33+
| :ref:`Station <wifi_station_sample>` | 537 | 52 | 71 | 179 | 254 | 164 | 13 |
3434
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
35-
| :ref:`AWS IoT <aws_iot>` | 695 | 52 | 71 | 233 | 303 | 101 | 1 |
35+
| :ref:`AWS IoT <aws_iot>` | 695 | 52 | 71 | 233 | 303 | 101 | 13 |
3636
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
37-
| :ref:`CoAP Client <net_coap_client_sample>` | 666 | 54 | 71 | 271 | 290 | 170 | 13 |
37+
| :ref:`CoAP Client <net_coap_client_sample>` | 667 | 54 | 71 | 230 | 290 | 170 | 13 |
3838
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
39-
| :ref:`HTTP Server <http_server>` | 631 | 54 | 71 | 220 | 278 | 121 | 13 |
39+
| :ref:`HTTP Server <http_server>` | 631 | 55 | 71 | 179 | 278 | 121 | 13 |
4040
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
41-
| :ref:`HTTPS Client <https_client>` | 623 | 53 | 71 | 279 | 279 | 101 | 13 |
41+
| :ref:`HTTPS Client <https_client>` | 623 | 54 | 71 | 238 | 279 | 101 | 13 |
4242
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
43-
| :ref:`MQTT <mqtt_sample>` | 678 | 54 | 71 | 279 | 306 | 101 | 13 |
43+
| :ref:`MQTT <mqtt_sample>` | 679 | 54 | 71 | 238 | 306 | 101 | 13 |
4444
+-----------------------------------------------+-------------+-------------------------------------------+-------------------------------+----------------------+---------------------------------+--------------------+----------------------+
4545

4646
.. note::

0 commit comments

Comments
 (0)