You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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.
14
14
@@ -94,13 +94,14 @@ OS agnostic driver layer
94
94
************************
95
95
96
96
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:
98
98
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>`_.
100
101
101
102
.. note ::
102
103
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>.
0 commit comments