mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 14:31:56 +00:00
The SoC node has compatibles for the specific SoC in place, having the same compatible at the top level is technically a conflict and the top-level one should really just be about the board. Remove the SoC related compatibles at the top-level. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
boards/arm/nrf52840dk_nrf52840 | ||
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`.