-
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
lib: nrf_modem: fixes for flash trace backend #18348
Conversation
45f163a
to
78de1e7
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 187e02380222aca97c2db8df3413f2847fd7f648 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: add720b6d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Removing requirement for changelog entry as it is covered by #17682. |
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. |
78de1e7
to
a1ca85e
Compare
65eea12
to
5d0a5a8
Compare
Fixes for trace flash backend. Signed-off-by: Eivind Jølsgard <[email protected]>
5d0a5a8
to
187e023
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
Fixes for trace flash backend.
This PR fixes an issue with the trace flash backend where there is a mismatch between the traces to read and the read trace data, such that the trace module will report that there is still trace data to read even though the backend is emptied.