Skip to content

Commit

Permalink
core: boards: Add missing USB_CDC configuration
Browse files Browse the repository at this point in the history
Add 'CONFIG_UART_LINE_CTRL' on 'knot_mesh.conf'. The files defined by
'CONFIG_USB_CDC_ACM' are not used if this option is not set.

Signed-off-by: Allysson Lukas <[email protected]>
  • Loading branch information
alla3 committed Dec 26, 2019
1 parent 3bbd553 commit ab1dc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/boards/knot_mesh.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ CONFIG_NET_MAX_CONTEXTS=10
CONFIG_USB=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_CDC_ACM=y
CONFIG_UART_LINE_CTRL=y
CONFIG_USB_DEVICE_PRODUCT="KNoT Thing"
CONFIG_UART_SHELL_ON_DEV_NAME="CDC_ACM_0"
1 change: 1 addition & 0 deletions core/boards/nrf52840_pca10059.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ CONFIG_NET_MAX_CONTEXTS=10
CONFIG_USB=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_CDC_ACM=y
CONFIG_UART_LINE_CTRL=y
CONFIG_USB_DEVICE_PRODUCT="KNoT Thing"
CONFIG_UART_SHELL_ON_DEV_NAME="CDC_ACM_0"

0 comments on commit ab1dc4a

Please sign in to comment.