zephyr/samples/application_development/out_of_tree_board
Kumar Gala 236a2d6f13 dts: arm: nrf: Remove use of CONFIG_SOC_* from Nordic dts files
To move forward and remove use of Kconfig in dts files lets just create
SoC specific dtsi files that the boards can include.  This lets us
remove:

CONFIG_SOC_NRF51822_QFAA
CONFIG_SOC_NRF51822_QFAB
CONFIG_SOC_NRF51822_QFAC
CONFIG_SOC_NRF52810_QFAA
CONFIG_SOC_NRF52832_QFAA
CONFIG_SOC_NRF52832_CIAA
CONFIG_SOC_NRF52832_QFAB
CONFIG_SOC_NRF52840_QIAA

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-09-15 15:33:43 -05:00
..
boards/arm/nrf52840_pca10056 dts: arm: nrf: Remove use of CONFIG_SOC_* from Nordic dts files 2018-09-15 15:33:43 -05:00
src samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
CMakeLists.txt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
README.rst samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
prj.conf samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
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`.