Skip to content

Commit 5179ebf

Browse files
committedFeb 19, 2025
Documentation updates
Update the documentation to reflect: 1. Fixed MAC address value in radio test mode 2. Updated git submodule locations for the OSAL driver and firmware binaries Signed-off-by: Sachin D Kulkarni <Sachin.Kulkarni@nordicsemi.no>
1 parent b7c4fa8 commit 5179ebf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎nrf70_bm_lib/docs/source/nrf70_bm_porting_guide.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The nRF70 Series BM driver is designed to be portable across different platforms
77
This guide provides an overview of the steps required to port the library to a new platform or OS environment.
88

99

10-
Zephyr functionality used in the reference implementation:
11-
**********************************************************
10+
Zephyr functionality used in the reference implementation
11+
*********************************************************
1212

1313
The reference implementation of the BM Driver for the Zephyr RTOS uses build-time tools as well as standard OS primitives; these elements require porting effort when integrating the driver to a third-party (non-Zephyr) platform.
1414

@@ -94,13 +94,14 @@ OS agnostic driver layer
9494
************************
9595

9696
The BM library uses the OS-agnostic nRF70 Wi-Fi driver layer to interact with the nRF70 Series device.
97-
This layer is pulled in as a submodule from the nRF Connect SDK nrfxlib repository using a custom branch.
97+
This layer is pulled in as the following submodules:
9898

99-
For more information, visit the `nRF Connect SDK nrfxlib repository <https://github.com/nrfconnect/sdk-nrfxlib>`_.
99+
* *Driver* : From the Zephyr Project nrf_wifi repository. For more information, visit the `Zephyr project nrf_wifi repository <https://github.com/zephyrproject-rtos/nrf_wifi>`_.
100+
* *Firmware patches*: From the nRF Connect SDK nrfxlib repository. For more information, visit the `nRF Connect SDK nrfxlib repository <https://github.com/nrfconnect/sdk-nrfxlib>`_.
100101

101102
.. note ::
102103
103-
The git submodule pulls in the entire repo, but only `nrf_wifi` directory is required for the BM driver.
104+
The BM driver used the firmware patches from <https://github.com/nrfconnect/sdk-nrfxlib/tree/main/nrf_wifi/bin/zephyr>.
104105
105106
Transmit (TX) power configuration
106107
*********************************

0 commit comments

Comments
 (0)