commit | 692b88ef366ddee326c2a3f6847c3328a511d0f0 | [log] [tgz] |
---|---|---|
author | Findlay Feng <i@fengch.me> | Thu Aug 02 10:50:33 2018 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Feb 08 09:13:09 2019 -0600 |
tree | ee1053d465dc49d85b3e15a2e1adbdb3b5803367 | |
parent | 2d2e1614b5b62c72e60ce719f511f4fb2bfcab68 [diff] |
ext/lib/mgmt/mcumgr: align zephyr port to changes in dfu sybsy'es Changes in flash_map API makes flash_area structure proper interface for point the image area instead of direct flash-bank-offsets. This patch align code to changed APIa and allows to support operation on the partition in any flash device. Signed-off-by: Findlay Feng <i@fengch.me>