NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
91 stars 41 forks source link

Cleanup step: No more 'suitMode' in FirmwareUpgradeConfiguration #235

Closed dinesharjani closed 3 months ago

dinesharjani commented 3 months ago

This was an "implementation detail" leak, mostly because we had no view into whether we were doing SUIT or not. We have more information now, and understand SUIT better. Most importantly, through the existing API we can specifically track whether the update is for SUIT or not if needed through other means that are not just the bootloader, so we are able to cleanup our API.