22 lines
377 B
Plaintext
22 lines
377 B
Plaintext
# STM32LWB55RG Nucleo board configuration
|
|
|
|
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NUCLEO_WB55RG
|
|
|
|
config BOARD
|
|
default "nucleo_wb55rg"
|
|
|
|
choice STM32_LPTIM_CLOCK
|
|
default STM32_LPTIM_CLOCK_LSE
|
|
depends on STM32_LPTIM_TIMER
|
|
endchoice
|
|
|
|
choice BT_HCI_BUS_TYPE
|
|
default BT_STM32_IPM
|
|
depends on BT
|
|
endchoice
|
|
|
|
endif # BOARD_NUCLEO_WB55RG
|