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

lib: nrf_modem: trace: fixes for uart trace backend++ #11708

Merged
merged 3 commits into from
Jul 17, 2023

Commits on Jul 13, 2023

  1. snippets: nrf91-modem-trace-uart: add UART1 specific Kconfigs

    Enable ASYNC UART for the UART1 instance.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    83b5c96 View commit details
    Browse the repository at this point in the history
  2. lib: nrf_modem: trace: allow trace backend to return EAGAIN on retry

    Allow the trace backend to return -EAGAIN if the operation should be
    retried. This is advantageous compared to the backend waiting forever
    as we need to shut down the tracing if the modem is shut down.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f13a845 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. lib: nrf_modem: trace: cancel work items on deinit

    Cancel work items on deinit.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ee2c781 View commit details
    Browse the repository at this point in the history