Skip to content

Commit 3f90957

Browse files
ubiedanashif
authored andcommitted
snippets: cdc-acm-console: Redirect Shell target to USB
To easily enable Shell over USB. Tested with: ``` west build -b nrf52840dk/nrf52840 \ -S cdc-acm-console` \ samples/subsys/shell/shell_module ``` Signed-off-by: Luis Ubieda <[email protected]>
1 parent aaec285 commit 3f90957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/cdc-acm-console/cdc-acm-console.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/ {
88
chosen {
99
zephyr,console = &snippet_cdc_acm_console_uart;
10+
zephyr,shell-uart = &snippet_cdc_acm_console_uart;
1011
};
1112
};
1213

0 commit comments

Comments
 (0)