Skip to content

Commit 892f97b

Browse files
committed
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 <[email protected]>
1 parent 332fc17 commit 892f97b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

boards/arm/mps2_an385/mps2_an385.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
chosen {
1212
zephyr,console = &uart0;
1313
zephyr,shell-uart = &uart0;
14+
zephyr,uart-pipe = &uart1;
1415
zephyr,sram = &sram0;
1516
zephyr,flash = &flash0;
1617
};

boards/arm/mps2_an385/mps2_an385.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ toolchain:
77
- zephyr
88
- gnuarmemb
99
- xtools
10+
supported:
11+
- netif:slip
1012
testing:
1113
default: true

0 commit comments

Comments
 (0)