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>
This commit is contained in:
Jakub Rzeszutko 2018-11-27 12:11:04 +01:00 committed by Carles Cufí
commit f8178dcb05
128 changed files with 136 additions and 1 deletions

View file

@ -13,6 +13,7 @@
chosen {
zephyr,console = &usart2;
zephyr,shell-uart = &usart2;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};