mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 17:26:31 +00:00
Remove the ifdef related to CONFIG_FS_FLASH_STORAGE_PARTITION. There shouldn't be any harm in always having the partition around as we'll just generate the defines related to and most applications will ignore them. Helps get one step closer to have DTS not depend on Kconfig. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
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`.