bdc5c72498
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>
13 lines
261 B
ReStructuredText
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`.
|