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
88 stars 40 forks source link

Internal Structures Support for targeting specific Image Slot #136

Closed dinesharjani closed 10 months ago

dinesharjani commented 10 months ago

Before Direct XIP, active slot was always assumed to be 0, or Primary. And upload or target slot was always 1, or Secondary. That's not the case, so we need a way to track which slot is the target. This represents ongoing work.