Skip to content

Commit 044594e

Browse files
Andrei-Edward Popanashif
authored andcommitted
boards: arm: rpi_pico: added zephyr shell
added zephyr shell to be used on uart0 instance Signed-off-by: Andrei-Edward Popa <[email protected]>
1 parent 8de5781 commit 044594e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/arm/rpi_pico/rpi_pico.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
zephyr,sram = &sram0;
1515
zephyr,flash = &flash0;
1616
zephyr,console = &uart0;
17+
zephyr,shell-uart = &uart0;
1718
zephyr,code-partition = &code_partition;
1819
};
1920

0 commit comments

Comments
 (0)