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: init once on dfu apply #105

Merged
merged 3 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. applications: serial_lte_modem: Remove modem delta FW update workaround

    Working around the modem firmware bug
    is now taken care of by the modem library.
    
    Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
    tomi-font authored and eivindj-nordic committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0b30d87 View commit details
    Browse the repository at this point in the history
  2. lib: nrf_modem: init once on dfu apply

    It is no longer necessary to call nrf_modem_init twice when applying
    modem firmware updates.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bf8a8ea View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. lib: nrf_modem: update modem init return values

    Add modem init return values.
    
    Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
    eivindj-nordic committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5e465f7 View commit details
    Browse the repository at this point in the history