mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 13:41:56 +00:00
The NFFS partition at the end of flash is also useful for any other file system or even the Flash Circular Buffer (FCB). Rename the partition from 'nffs_partition' to 'storage_partition' and make it depend on a new hidden Kconfig entry which the relevant users will select (such as NFFS and FCB). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
---|---|---|
.. | ||
boards/arm/nrf52840_pca10056 | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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`.