Linux Audio

Check our new training course

Loading...
# Kconfig - NUCLEO-144 F413ZH board configuration
#
# Copyright (c) 2017 Florian Vaussard, HEIG-VD
#
# SPDX-License-Identifier: Apache-2.0
#

if BOARD_NUCLEO_F413ZH

config BOARD
	default "nucleo_f413zh"


if UART_CONSOLE

config UART_STM32_PORT_3
	default y

endif # UART_CONSOLE

endif # BOARD_NUCLEO_F413ZH