-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Assorted fixes for RC1 issues #18476
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
krish2718
commented
Nov 1, 2024
- Revert revert of quarantine, left a couple of Matter over Wi-Fi tests in Quarantine.
- Pull fixes for Wi-Fi RC1 testing issues
|
The following west manifest projects have been modified in this Pull Request:
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: e880aed5f8c3ff09eb683b3ba795b5a32eb41f3e more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (13)Outputs:ToolchainVersion: b44b7a08c9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
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 Publishing GitHub Action. |
debe37e to
167dadc
Compare
|
In the previous quarantine revert there was also a |
Yes, it works now. |
167dadc to
02e3aaa
Compare
Assorted Wi-Fi fixes for RC1 issues. Signed-off-by: Chaitanya Tata <[email protected]>
nRF7002EB Wi-Fi support needs two shields to be passed. Please note nRF70 Wi-Fi snippet is skipped as this applications overwrites the DTS. Signed-off-by: Chaitanya Tata <[email protected]>
Using the same arg overwrites the previous shield, they should be passed together and in proper order. Signed-off-by: Chaitanya Tata <[email protected]>
This reverts commit 7fa28ae. Signed-off-by: Chaitanya Tata <[email protected]>
54H + Wi-Fi is PSA only, but Matter is Legacy crypto and that is causing build issues (MbedTLS configs). For now Quarantine these samples till we figure out the issue. Signed-off-by: Chaitanya Tata <[email protected]>
02e3aaa to
e880aed
Compare
|
@krish2718 Please backport. |