You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: clean up CDC ACM configuration for nRF52840 based boards
Remove CDC ACM UART devicetree nodes, chosen properties and explicit
USB support configuration in favor of generic CDC ACM shield.
For console support via USB CDC ACM, in-tree samples for this boards
is to be built as follows:
west build -b nrf52840dongle_nrf52840
samples/basic/threads -- -DSHIELD=cdc_acm_console
For shell support via USB CDC ACM, in-tree samples for this boards
is to be built as follows:
west build -b nrf52840dongle_nrf52840
samples/subsys/shell/shell_module -- -DSHIELD=cdc_acm_shell
Signed-off-by: Johann Fischer <[email protected]>
0 commit comments