zephyr/samples/application_development/out_of_tree_board
Kumar Gala 8226aa128b samples: out_of_tree_board: remove board.h
We don't use board.h in general so lets remove it from this sample.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-26 09:11:07 -04:00
..
boards/arm/nrf52840_pca10056 samples: out_of_tree_board: remove board.h 2019-06-26 09:11:07 -04:00
src samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
README.rst samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -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`.