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

Allow FileSystemManager to use FirmwareUpgradeConfiguration on Upload… #131

Closed dinesharjani closed 11 months ago

dinesharjani commented 11 months ago

… (aka "allow SMP Pipelining for File Upload")

Quite simple change. The logic is mostly implemented in the underlying transport. What wasn't was the byte-alignment part, which we copy-pasted, because we want users of this library to also be able to Copy/Paste the code from here if that's what they choose to do.