Skip to content

Commit

Permalink
boards: rv32m1_vega_ri5cy: set shell UART in DTS
Browse files Browse the repository at this point in the history
This fixes any sample which enabled CONFIG_SHELL.

Signed-off-by: Michael Scott <[email protected]>
  • Loading branch information
mike-scott authored and MaureenHelm committed May 30, 2019
1 parent 18e80ae commit 46d3e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/riscv32/rv32m1_vega/rv32m1_vega_ri5cy.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
zephyr,sram = &m4_dtcm;
zephyr,flash = &ri5cy_code_partition;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-pipe = &uart0;
};
};

0 comments on commit 46d3e86

Please sign in to comment.