From eb67c252392a7562219ae80964010e2248441092 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 2 Apr 2025 01:18:44 +0530 Subject: [PATCH 1/3] manifest: sdk-zephyr: Pull latest nRF Wi-Fi fixes Pull latest nRF Wi-Fi fixes: * Stats from memory * Coex using both SWCTRL * STBC and PS-Poll configs Signed-off-by: Chaitanya Tata --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index a31026d1fba8..93fcc35cb924 100644 --- a/west.yml +++ b/west.yml @@ -65,7 +65,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: e48bca44dd596dc66d71378e97bf5ceff2c483d0 + revision: a4c6476531c1c3054d7ff44b905105aadd47411e import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above From bb33530b6a23f7f41ce3662299d351180a7b68f3 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 2 Apr 2025 01:20:01 +0530 Subject: [PATCH 2/3] manifest: sdk-nrfxlib: Pull latest FW blobs Pull 1.2.14.0 FW blobs to NCS. Signed-off-by: Chaitanya Tata --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 93fcc35cb924..0361d1df8e4c 100644 --- a/west.yml +++ b/west.yml @@ -144,7 +144,7 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: 9a7b8e6aec3f031b520ff55c658462c748f0ed3e + revision: ff48bc7b0da857911e490a2431fb7a4f6aeba8fd - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m From 0084e27c104dde0b3f4bac13e9750e00c2ea9f46 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Wed, 2 Apr 2025 01:26:59 +0530 Subject: [PATCH 3/3] doc: protocols: wifi: Update the table with the new command Add the new stats variant. Signed-off-by: Chaitanya Tata --- doc/nrf/protocols/wifi/debugging.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/nrf/protocols/wifi/debugging.rst b/doc/nrf/protocols/wifi/debugging.rst index d983f7cd447f..7f59851ba8b4 100644 --- a/doc/nrf/protocols/wifi/debugging.rst +++ b/doc/nrf/protocols/wifi/debugging.rst @@ -115,7 +115,11 @@ See `Enable debug features`_. * - ``nrf70 util rpu_stats all`` [1]_ - Displays statistics for the nRF70 firmware (all modules, support for specific modules is also available). - nRF70 firmware debugging (Data and control path) + * - ``nrf70 util rpu_stats_mem all`` [2]_ + - Displays memory statistics for the nRF70 firmware (all modules, support for specific modules is also available). + - nRF70 firmware debugging (Data and control path) even when the control plane is not functional .. [1] This command only works when the nRF70 control plane is functional, as it uses the control plane to retrieve the statistics. +.. [2] This command always works independent of the processors state as it retrieves the statistics from the RPU memory directly. .. note:: All statistics, especially data path statistics, must be collected multiple times to see the incremental changes and understand the behavior.