mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 10:45:21 +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>
2 lines
52 B
CMake
2 lines
52 B
CMake
add_subdirectory_ifdef(CONFIG_FLASH_MAP flash_map)
|