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

Integrate DFU target SMP #12073

Merged
merged 5 commits into from
Sep 21, 2023
Merged

Integrate DFU target SMP #12073

merged 5 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. net: fota_download: Fota download DFU_TARGET_SMP update

    Updated API for support DFU_TARGET_SMP.
    
    Extend Fota download util library which will support all fota
    DFU target's for download, schedule and activate image.
    
    Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
    Juha Heiskanen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a4e1a8a View commit details
    Browse the repository at this point in the history
  2. net: mcumgr_smp_client: MCUmgr/SMP client with shell

    Library for init DFU TARGET SMP and MCUmgr IMG & OS client.
    Library support download new Image for External MCU by
    fota download client, Image enable, Reset and Read Image info.
    
    Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
    Juha Heiskanen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5d9bc49 View commit details
    Browse the repository at this point in the history
  3. net: lwm2m_client_utils: Multi instance Fota support for SPM

    Update Advanced FOTA for support dynamic instance count.
    Default instance count is 2 and 3 if DFU_TARGET_SPM is enabled.
    
    Update Linked instance resource to support multiple linked
    update process.
    
    Register SPM Client instance to FOTA.
    
    Integrated new Fota download client and removed DFU target
    spesific code.
    
    Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
    Juha Heiskanen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    283379c View commit details
    Browse the repository at this point in the history
  4. samples: smp_svr: Reference sample for Fota external

    Sample how to activate MCUBoot recovery or SMP server for
    external Fota.
    
    Review edits for SMP server sample doc
    
    Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
    Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
    Juha Heiskanen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b62c0a2 View commit details
    Browse the repository at this point in the history
  5. samples: lwm2m_client: MCUMGR client fota update

    Added overlay for support MCUMGR client.
    DTC overlay for activate Recovery mode.
    Move I2C to thing board definition.
    Review edits for LwM2M client sample doc.
    
    Signed-off-by: Juha Heiskanen <juha.heiskanen@nordicsemi.no>
    Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
    Juha Heiskanen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ee28295 View commit details
    Browse the repository at this point in the history