@@ -18,11 +18,11 @@ Footprint values are provided in kilobytes (KB).
18
18
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
19
19
| 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 |
20
20
+===============================================================+=============+====================+======================+======================+=================================+====================+======================+
21
- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 525 | 132 | 79 | 146 | 341 | 155 | 52 |
21
+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 498 | 50 | 88 | 146 | 760 | 154 | 40 |
22
22
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
23
- | :ref: `Monitor <wifi_monitor_sample >` | 513 | 129 | 79 | 146 | 322 | 192 | 52 |
23
+ | :ref: `Monitor <wifi_monitor_sample >` | 264 | 25 | 88 | 0 | 760 | 191 | 0 |
24
24
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
25
- | :ref: `Promiscuous <wifi_promiscuous_sample >` | 531 | 134 | 79 | 146 | 326 | 192 | 52 |
25
+ | :ref: `Promiscuous <wifi_promiscuous_sample >` | 504 | 51 | 88 | 146 | 760 | 192 | 40 |
26
26
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
27
27
28
28
.. tab :: nRF54L15 DK
@@ -32,7 +32,7 @@ Footprint values are provided in kilobytes (KB).
32
32
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
33
33
| 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 |
34
34
+===============================================================+=============+====================+======================+======================+=================================+====================+======================+
35
- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 561 | 132 | 79 | 163 | 172 | 57 | 52 |
35
+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 567 | 50 | 88 | 163 | 256 | 57 | 40 |
36
36
+---------------------------------------------------------------+-------------+--------------------+----------------------+----------------------+---------------------------------+--------------------+----------------------+
37
37
38
38
.. tab :: nRF7002 DK
@@ -42,9 +42,9 @@ Footprint values are provided in kilobytes (KB).
42
42
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
43
43
| 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 |
44
44
+====================================================+=============+===========================================+============================+======================+=================================+====================+======================+
45
- | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 551 | 134 | 79 | 163 | 331 | 155 | 52 |
45
+ | :ref: `Raw TX packet <wifi_raw_tx_packet_sample >` | 557 | 51 | 88 | 163 | 448 | 154 | 39 |
46
46
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
47
- | :ref: `Monitor <wifi_monitor_sample >` | 538 | 131 | 79 | 163 | 312 | 192 | 52 |
47
+ | :ref: `Monitor <wifi_monitor_sample >` | 256 | 27 | 88 | 0 | 448 | 192 | 0 |
48
48
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
49
- | :ref: `Promiscuous <wifi_promiscuous_sample >` | 558 | 131 | 79 | 163 | 312 | 192 | 52 |
49
+ | :ref: `Promiscuous <wifi_promiscuous_sample >` | 563 | 53 | 88 | 163 | 448 | 192 | 39 |
50
50
+----------------------------------------------------+-------------+-------------------------------------------+----------------------------+----------------------+---------------------------------+--------------------+----------------------+
0 commit comments