-
Notifications
You must be signed in to change notification settings - Fork 8.3k
nrf_wifi: Restructuring #81101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrf_wifi: Restructuring #81101
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
9aa9a0e to
0d430f4
Compare
0d430f4 to
02f2473
Compare
02f2473 to
e146f42
Compare
2683639
e146f42 to
2683639
Compare
2683639 to
fd359bc
Compare
Following the naming convention add an underscore and update path in the maintainers file too. Signed-off-by: Chaitanya Tata <[email protected]>
The OSAL code now lives in it's own repo nrf_wifi. Signed-off-by: Chaitanya Tata <[email protected]>
This is a Zephyr shim for the nrf-wifi module. Signed-off-by: Chaitanya Tata <[email protected]>
This is now taken care by the Zephyr module shim. Signed-off-by: Chaitanya Tata <[email protected]>
The shim files should be part of the Zephyr module directory within Zephyr, as they are coupled with the module implementation which os OS agnostic. Signed-off-by: Chaitanya Tata <[email protected]>
The blobs are now part of nrf_wifi module, and remove the manual check and add verifying the blobs and their integrity using helper function. Signed-off-by: Chaitanya Tata <[email protected]>
Pulls PR that removed nRF Wi-Fi. Signed-off-by: Chaitanya Tata <[email protected]>
fd359bc to
bb2dfa1
Compare
|
Removed DNM, since the added project has been approved by the TSC. |
|
What is the we file added in the root (bb2dfa1)? It looks like a mistake to me. |
Oops, it is a mistake, will fix it, thanks. |
nrf_wifiout ofhal_nordicto it's own repomodules/nrf_wifiand move all the OSAL handling from Zephyr driver