4954fe06f2
FS_FLASH_MAP_STORAGE keyword enables the storage partition, but it was depend on flash_map module which is unused by NFFS. This patch makes it independent thanks to it is possible to enable the storage partition without flash_map module. FS_FLASH_MAP_STORAGE was renamed to CONFIG_FS_FLASH_STORAGE_PARTITION as it is independent for flash_map. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> |
||
---|---|---|
.. | ||
boards/arm/nrf52840_pca10056 | ||
src | ||
CMakeLists.txt | ||
README.rst | ||
prj.conf | ||
sample.yaml |
README.rst
.. _out_of_tree_board: Out Of Tree Board ################# Overview ******** A simple example that demonstrates how to place a custom board definition outside of the Zephyr tree. For details about custom board definitions see :ref:`custom_board_definition`.