zephyr/samples/application_development/out_of_tree_board
Ulf Magnusson c5fda14358 samples: Quote BOARD value in custom board definition
Gets rid of a warning added in commit 6eabea3a7e ("Kconfiglib: Warn
for unquoted string defaults"), which will soon be an error (because a
simple warning whitelist will be used).

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-05-28 11:04:50 -04:00
..
boards/arm/nrf52840_pca10056 samples: Quote BOARD value in custom board definition 2018-05-28 11:04:50 -04:00
src
CMakeLists.txt
README.rst
prj.conf
sample.yaml samples: sample.yaml cleanup 2018-04-09 22:55:20 -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`.