-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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_lib: Trace support nrf92 #20179
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c18121876e98b359b13e59e1cbfd42a318a304ae more detailssdk-nrf:
Github labels
List of changed files detected by CI (10)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
16b6187
to
47a004c
Compare
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
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! I wonder if we can do something to link the nrf91-modem-trace-uart snipet to the new nrf9x-modem-trace-uart snippet. We need to keep the old reference as it is used in devzone, devacademy, blogposts etc.
Size calculations for cache flush and invalidate was incorrect when address was not properly aligned. Flush and invalidate will now properly flush and invalidate an area that contains the input area. Signed-off-by: Andreas Moltumyr <[email protected]>
Add support for cellcore tracing to nrf_modem_lib library for nrf92. Signed-off-by: Andreas Moltumyr <[email protected]>
47a004c
to
8058a38
Compare
Add new snippet 'nrf9x-modem-trace-uart'. The new snippet can be used to enable modem tracing over uart for either nrf91 or nrf92 application. It works similar to snippet 'nrf91-modem-trace-uart'. The 'nrf91-modem-trace-uart' snippet is deprecated, but kept for backwards compatibility. Signed-off-by: Andreas Moltumyr <[email protected]>
8058a38
to
c181218
Compare
Add support for cellular core tracing to nrf_modem_lib library
for nrf92.