-
Notifications
You must be signed in to change notification settings - Fork 1.4k
nrf_wifi: Add a testcase for nRF7120PDK #21955
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: 7f71c28c5b2bc5b4e4f8bd93d724ef4a3537a5b0 more detailssdk-nrf:
Github labels
List of changed files detected by CI (10)Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
c4106c8 to
444fb33
Compare
|
I would have a transmit socket and a receive socket even though parallel calls for send/recv to a socket are possible when using threads. I will leave that to you. Also, possibly the socket has to have |
As the TX is controlled and interleaved with RX there is no contention (at least not in the current code), in future if we modify if to have concurrent accesses, we can add a mutex to the socket operations.
Fixed locally will push during manifest update. |
4a41761 to
536476f
Compare
This is for pre-silicon testing on nRF71. Signed-off-by: Chaitanya Tata <[email protected]>
Twister fails for Wi-Fi testcase, fix by adding Wi-Fi as a supported feature. Signed-off-by: Chaitanya Tata <[email protected]>
536476f to
7f71c28
Compare
Add a basic end-end test using Raw TX packet (tested on TLM) for nRF7120PDK.