zephyr/samples/application_development/out_of_tree_board
Anas Nashif 5060ca6a30 cmake: increase minimal required version to 3.13.1
Move to latest cmake version with many bug fixes and enhancements.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-01-03 11:51:29 -05:00
..
boards/arm/nrf52840_pca10056 samples: Remove redundant Kconfig adjustments for nRF boards 2018-12-21 21:01:37 +01:00
src samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
README.rst samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
prj.conf samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
sample.yaml cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00

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