mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 04:56:16 +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>
4 lines
96 B
CMake
4 lines
96 B
CMake
zephyr_sources(flash_map.c)
|
|
zephyr_sources_ifndef(CONFIG_FLASH_MAP_CUSTOM flash_map_default.c)
|
|
|