zephyr/samples/application_development/out_of_tree_board
Andrzej Głąbek 23d28ab400 samples: Remove redundant Kconfig adjustments for nRF boards
The options selecting nRF drivers are now enabled by default when
an nRF SoC is selected as the build target.
The options selecting given hardware instances are now enabled at
the board level.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-12-21 21:01:37 +01:00
..
boards/arm/nrf52840_pca10056 samples: Remove redundant Kconfig adjustments for nRF boards 2018-12-21 21:01:37 +01:00
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`.