Skip to content

Commit abce095

Browse files
krish2718sachinthegreen
authored andcommitted
Add OSAL submodule
OSAL is now in a separate repo. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent f7fda88 commit abce095

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "sdk-nrfxlib"]
22
path = sdk-nrfxlib
33
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ The source directory structure shall look like this:
8787

8888
nrf70_bm_lib/ # nRF70 BM driver library
8989
sdk_nrfxlib/ # nRF Connect SDK nrfxlib
90-
nrf_wifi/ # nRF70 Wi-Fi OS agnostic driver
90+
nrf_wifi/ # nRF70 Wi-Fi firmware patch blobs
91+
nrf_wifi/ # nRF Wi-Fi driver OS agnostic code
9192
samples/ # Sample applications
9293
radio_test_bm/ # Radio test sample application
9394
scan_bm/ # Scan sample application

nrf_wifi

Submodule nrf_wifi added at 01359df

0 commit comments

Comments
 (0)