-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Wi-Fi ready event library #15628
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
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. |
936c75e
to
5f6b9f6
Compare
03ec439
to
9620226
Compare
9620226
to
b2bfe8a
Compare
8a18522
to
fa91c80
Compare
ff4c44d
to
28ddc13
Compare
28ddc13
to
9ceab9b
Compare
9ceab9b
to
f7044ac
Compare
Add also the changelog entry for the new library. |
To avoid CI re-trigger and merge this PR before RC1, it is being done in a separate PR https://github.com/nrfconnect/sdk-nrf/pull/15765/files. |
No point to have that in a different PR. Just add it here and you will be fine. It takes a bit time, but let's do this properly. The doc build failure here is a mystery. Maybe a rebase would be good. |
Sure, I need to push a fix (doxygen endcond missing) to doc build anyways, jusy waiting for twister to complete to see if there are any other failures. |
Okay, the changelog entry seems to already be in 15765, so do not add it in this PR anymore. |
Add wifi_ready library to monitor supplicant events and ensure applications wait for Wi-Fi readiness both at boot time and also at run time. Implements SHEL-2741. Signed-off-by: Triveni Danda <[email protected]> Signed-off-by: Chaitanya Tata <[email protected]>
Update the sample application to use newly introduced Wi-Fi ready library, this ensures that application uses Wi-Fi only when it's available both at boot time and run time. Implement demo usage for SHEL-2741 and enable it by default, except for nRF52840DK as it as low RAM. Signed-off-by: Triveni Danda <[email protected]> Signed-off-by: Chaitanya Tata <[email protected]>
Add Wi-Fi library to networking libraries section. Signed-off-by: Chaitanya Tata <[email protected]>
Add changelog entry for the STA sample to migrate to Wi-Fi ready library. Signed-off-by: Triveni Danda <[email protected]>
f7044ac
to
f1c2c7b
Compare
As you had suggested merged that PR in to this. |
No description provided.