zephyr/samples/application_development/out_of_tree_board
Kumar Gala 90823520e2 dts: Remove ifdef CONFIG_FS_FLASH_STORAGE_PARTITION from dts files
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>
2018-11-15 17:37:59 -05:00
..
boards/arm/nrf52840_pca10056 dts: Remove ifdef CONFIG_FS_FLASH_STORAGE_PARTITION from dts files 2018-11-15 17:37:59 -05:00
src
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
prj.conf
README.rst
sample.yaml cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00

.. _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`.