Browse Source

snippets: nus-console: Redirect Shell to nus-console

To allow easily building samples using the shell, without needing to
specify additional configurations. Tested with:
```
west build -b nrf52840dk/nrf52840 \
           -S nus-console` \
           samples/subsys/shell/shell_module
```

Signed-off-by: Luis Ubieda <luisf@croxel.com>
pull/60230/head
Luis Ubieda 1 year ago committed by Carles Cufí
parent
commit
7fb75780df
  1. 1
      snippets/nus-console/nus-console.overlay

1
snippets/nus-console/nus-console.overlay

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
/ {
chosen {
zephyr,console = &bt_nus_console_uart;
zephyr,shell-uart = &bt_nus_console_uart;
};
bt_nus_console_uart: bt_nus_console_uart {

Loading…
Cancel
Save