a9676831cb
This library supports stream writes to flash with optinal progressive erase. This module is a direct copy of the functionality found in subsys/dfu/img_util/flash_img.c Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
# Subsystem configuration options
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Storage"
|
|
|
|
source "subsys/storage/flash_map/Kconfig"
|
|
source "subsys/storage/stream/Kconfig"
|
|
|
|
endmenu
|