Skip to content
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

wifi: QT SVD fixes #15555

Merged
merged 8 commits into from
Jun 3, 2024
Merged

wifi: QT SVD fixes #15555

merged 8 commits into from
Jun 3, 2024

Conversation

krish2718
Copy link
Contributor

No description provided.

@krish2718 krish2718 requested review from a team, tejlmand and carlescufi as code owners May 28, 2024 18:15
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels May 28, 2024
@krish2718 krish2718 added this to the 2.7.0 milestone May 28, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 28, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
wfa-qt-control-app nrfconnect/sdk-wi-fiquicktrack-controlappc@d649bd1 nrfconnect/sdk-wi-fiquicktrack-controlappc@9f91589 (main) nrfconnect/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented May 28, 2024

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-sdk-wifi X

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

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.

The memory for format is leaked. Instead of fixing the leak, move away
from malloc based implementation it is overkill for logging and also
protect the prints using a mutex, this should have been done even with
malloc/free for thread safety (apart from inherent malloc/free thread
safety).

Fixes SHEL-2274.

Signed-off-by: Chaitanya Tata <[email protected]>
The response handler doesn't check for failures and they will be
ignored, add a check for failures and return failure.

Signed-off-by: Chaitanya Tata <[email protected]>
Now that the memory leak has been fixed, we don't need 100K heap for QT
app.

Signed-off-by: Chaitanya Tata <[email protected]>
Fixes heap corruption seen in SVD test suites.

Signed-off-by: Chaitanya Tata <[email protected]>
WPA supplicant now depends on POSIX, so, remove this dependency to avoid
conflict.

Signed-off-by: Chaitanya Tata <[email protected]>
Latest Zephyr has modified the data structure.

Signed-off-by: Chaitanya Tata <[email protected]>
Displaying error message without reason is useless.

Signed-off-by: Chaitanya Tata <[email protected]>
QT along with hostap needs more FDs, else socket initialization will
fail.

Signed-off-by: Chaitanya Tata <[email protected]>
@rlubos rlubos merged commit 26adfd8 into nrfconnect:main Jun 3, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-wfa-qt-control-app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants