-
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
Improve driver debug #11647
Improve driver debug #11647
Conversation
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. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
test-sdk-wifi: added because there was no .github/test-spec.yml in 'hostap' 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. |
Most of the times the driver debugging is needed only at a high level, and having a single level for entire driver makes the logs clumsier esp. low level code is excited for all and has good debugs, so, add a separate logging module for low-level stuff. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
* Unhandled event should be an error * Add debug logs for commands and events Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Fixes memory leak when querying connection info from the driver. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
b2a9d43
to
e9808f9
Compare
No description provided.