zephyr/samples/application_development/out_of_tree_board
Jakub Rzeszutko f8178dcb05 shell: remove Console dependencies
Removed Console dependencies from shell uart backend.
Generated define: CONFIG_UART_SHELL_ON_DEV_NAME for each board.

Fixes #10191

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2018-12-07 12:11:11 +01:00
..
boards/arm/nrf52840_pca10056 shell: remove Console dependencies 2018-12-07 12:11:11 +01:00
src samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
CMakeLists.txt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
prj.conf samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
README.rst samples: Add sample that demonstrates a custom board definition 2018-03-27 09:35:35 -04:00
sample.yaml cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00

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