commit | 0e6ac008a0629d0defb6fe829fe3d928d80fe3fb | [log] [tgz] |
---|---|---|
author | Jonathan Nilsen <Jonathan.Nilsen@nordicsemi.no> | Mon Mar 15 15:38:48 2021 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Apr 23 15:01:32 2021 -0500 |
tree | f3936448174800abc32d37a3fdda2a56c6779605 | |
parent | be226ca55a6a90486c0e190600857538722fdd89 [diff] |
storage/stream: Add persistent write progress to stream_flash Add additional API to stream_flash that can be used to make stream write progress persistent using the settings subsystem. This functionality makes it possible to resume a write operation after it was interrupted, e.g. by power loss. Signed-off-by: Jonathan Nilsen <Jonathan.Nilsen@nordicsemi.no>