mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 20:51:56 +00:00
Introduce flas_map module is abstraction over flash memory and its driver for using flash memories along with description of available flash areas. Module provides simple API for write/read/erase and so one. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
# Kconfig - Subsystem configuration options
|
|
#
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
menu "Storage"
|
|
|
|
source "subsys/storage/flash_map/Kconfig"
|
|
|
|
endmenu
|