Loading...
# STM32L476RG Nucleo board configuration
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_L476RG
config BOARD
default "nucleo_l476rg"
config UART_2
default y
depends on UART_CONSOLE
if SPI
config SPI_1
default y
config SPI_STM32_INTERRUPT
default y
endif # SPI
config I2C_1
default y
depends on I2C
config PWM_STM32_2
default y
depends on PWM
config ADC_1
default y
depends on ADC
endif # BOARD_NUCLEO_L476RG
|