21 lines
295 B
Plaintext
21 lines
295 B
Plaintext
# Kconfig - NUCLEO-64 F411RE board configuration
|
|
#
|
|
# Copyright (c) 2016 Matthias Boesl
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_NUCLEO_F411RE
|
|
|
|
config BOARD
|
|
default nucleo_f411re
|
|
|
|
if UART_CONSOLE
|
|
|
|
config UART_STM32_PORT_2
|
|
default y
|
|
|
|
endif # UART_CONSOLE
|
|
|
|
endif # BOARD_NUCLEO_F411RE
|