zephyr/samples/application_development/out_of_tree_board/README.rst
Sebastian Bøe bdc5c72498 samples: Add sample that demonstrates a custom board definition
Add a sample that demonstrates a custom board definition. This proves
that BOARD_ROOT works and can be a useful reference when creating a
custom board definition.

Instead of spending time making up a board, the nrf52840_pca10056
board has been copied as-is. And the hello world sample has been used
as the basis for the application.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-03-27 09:35:35 -04:00

13 lines
261 B
ReStructuredText

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