b7f1289847
Zephyr already supports NFFS as a storage layer, but it might be a little bit too heavyweight for certain applications in memory-restricted ICs. This module is response for need of Lightweight flash storage capability. FCB is ported form MyNewt as native zephyr module. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
14 lines
583 B
CMake
14 lines
583 B
CMake
add_subdirectory(debug)
|
|
add_subdirectory(logging)
|
|
add_subdirectory_ifdef(CONFIG_BT bluetooth)
|
|
add_subdirectory_ifdef(CONFIG_CONSOLE_PULL console)
|
|
add_subdirectory_ifdef(CONFIG_CONSOLE_SHELL shell)
|
|
add_subdirectory_ifdef(CONFIG_CPLUSPLUS cpp)
|
|
add_subdirectory_ifdef(CONFIG_DISK_ACCESS disk)
|
|
add_subdirectory(fs)
|
|
add_subdirectory_ifdef(CONFIG_MCUBOOT_IMG_MANAGER dfu)
|
|
add_subdirectory_ifdef(CONFIG_NET_BUF net)
|
|
add_subdirectory_ifdef(CONFIG_USB usb)
|
|
add_subdirectory(random)
|
|
add_subdirectory(storage)
|