22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
# XIAO BLE board configuration
|
|
|
|
# Copyright (c) 2022 Marcin Niestroj
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_XIAO_BLE
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
if USB_DEVICE_STACK
|
|
|
|
config UART_CONSOLE
|
|
default CONSOLE
|
|
|
|
config USB_DEVICE_INITIALIZE_AT_BOOT
|
|
default y
|
|
|
|
endif # USB_DEVICE_STACK
|
|
|
|
endif # BOARD_XIAO_BLE
|