You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrfconnect] Fixed DFU over SMP by external flash handling refactor (#18796)
* [nrfconnect] Fixed DFU over SMP by external flash handling refactor
Currently DFU over SMP doesn't work properly due to problems
with external flash interaction that is put asleep by the OTA
Matter module.
* Added using BLE connect/disconnect callbacks to control
the QSPI NOR power mode.
* Refactored ExternalFlashHandler to be generic FlashHandler
that can be also implemented by other backends than NOR QSPI
* Fixed missing includes.
0 commit comments