boards: arm: adafruit_itsybitsy_nrf52840: Standardise on USB CDC name
Uses the same name to enable USB CDC for boards that do not have a direct UART connection to a host PC and use USB CDC instead. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
11836dd4c1
commit
5993c94384
2 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,6 @@ config BOARD_ENABLE_DCDC
|
||||||
default y
|
default y
|
||||||
depends on BOARD_ADAFRUIT_ITSYBITSY_NRF52840
|
depends on BOARD_ADAFRUIT_ITSYBITSY_NRF52840
|
||||||
|
|
||||||
config BOARD_ENABLE_USB_CDC
|
config BOARD_SERIAL_BACKEND_CDC_ACM
|
||||||
bool "USB CDC"
|
bool "USB CDC"
|
||||||
default y
|
default y
|
||||||
|
|
|
@ -11,7 +11,7 @@ config BOARD
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
if BOARD_ENABLE_USB_CDC
|
if BOARD_SERIAL_BACKEND_CDC_ACM
|
||||||
|
|
||||||
config USB_DEVICE_STACK
|
config USB_DEVICE_STACK
|
||||||
default y
|
default y
|
||||||
|
@ -47,6 +47,6 @@ config LOG_PROCESS_THREAD_STARTUP_DELAY_MS
|
||||||
|
|
||||||
endif # LOG
|
endif # LOG
|
||||||
|
|
||||||
endif # BOARD_ENABLE_USB_CDC
|
endif # BOARD_SERIAL_BACKEND_CDC_ACM
|
||||||
|
|
||||||
endif # BOARD_ADAFRUIT_ITSYBITSY_NRF52840
|
endif # BOARD_ADAFRUIT_ITSYBITSY_NRF52840
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue