13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
# STEVAL_STWINBX1 Development kit board configuration
|
|
|
|
# Copyright (c) 2024 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_STEVAL_STWINBX1
|
|
|
|
config BOARD_SERIAL_BACKEND_CDC_ACM
|
|
bool "Use USB CDC as serial console backend"
|
|
default y
|
|
|
|
endif # BOARD_STEVAL_STWINBX1
|