-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Pull nrf_wifi driver restructuring #19147
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
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 37ec37c02b5db1cb49a36b27d2a9d1419582d766 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (56)Outputs:ToolchainVersion: b77d8c1312 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super cool :)
ef276a7 to
bd6de17
Compare
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
bd6de17 to
9f72639
Compare
ea22fdd to
e08c7ad
Compare
|
There are two twister failure related to |
nRF70 driver is now restructred upstream. Signed-off-by: Chaitanya Tata <[email protected]>
Fix the name of the directory. Signed-off-by: Chaitanya Tata <[email protected]>
nRF70 driver now uses a new module "nrf_wifi", add it to the allow list. Signed-off-by: Chaitanya Tata <[email protected]>
The config is now renamed. Signed-off-by: Chaitanya Tata <[email protected]>
These configs are missed when moved to hostap external crypto module. Signed-off-by: Chaitanya Tata <[email protected]>
e08c7ad to
37ec37c
Compare
nRF70 Wi-Fi driver is now restructured, pull these changes to NCS.