blob: 59133c81425e4031cbfd0ce9ac6d3c41f9f130e8 [file] [log] [blame]
# STM32F446RE Nucleo board configuration
# Copyright (c) 2018 Philémon Jaermann
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_F446RE
config BOARD
default "nucleo_f446re"
config UART_2
default y
depends on UART_CONSOLE
config I2C_1
default y
depends on I2C
if SPI
config SPI_1
default y
config SPI_STM32_INTERRUPT
default y
endif # SPI
endif # BOARD_NUCLEO_F446RE