boards: mps2_an385: Enable SLIP networking

mps2_an385 is enabled for networking -> default networking is SLIP ->
SLIP selects UART_PIPE -> UART_PIPE requires UART_PIPE_ON_DEV defined
-> undefined leads to error on building some samples.

Fix all of these issues.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2019-01-03 20:32:15 +02:00 committed by Anas Nashif
parent c3aa195940
commit c8db3850a0
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};

View File

@ -7,5 +7,7 @@ toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- netif:slip
testing:
default: true