We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fda88 commit abce095Copy full SHA for abce095
.gitmodules
@@ -1,3 +1,6 @@
1
[submodule "sdk-nrfxlib"]
2
path = sdk-nrfxlib
3
url = https://github.com/nrfconnect/sdk-nrfxlib.git
4
+[submodule "nrf_wifi"]
5
+ path = nrf_wifi
6
+ url = https://github.com/zephyrproject-rtos/nrf_wifi.git
README.md
@@ -87,7 +87,8 @@ The source directory structure shall look like this:
87
88
nrf70_bm_lib/ # nRF70 BM driver library
89
sdk_nrfxlib/ # nRF Connect SDK nrfxlib
90
- nrf_wifi/ # nRF70 Wi-Fi OS agnostic driver
+ nrf_wifi/ # nRF70 Wi-Fi firmware patch blobs
91
+ nrf_wifi/ # nRF Wi-Fi driver OS agnostic code
92
samples/ # Sample applications
93
radio_test_bm/ # Radio test sample application
94
scan_bm/ # Scan sample application
nrf_wifi
0 commit comments