Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# STM32F756ZG Nucleo board configuration

# Copyright (c) 2018 AJ Palmer
# SPDX-License-Identifier: Apache-2.0

if BOARD_NUCLEO_F756ZG

config BOARD
	default "nucleo_f756zg"

config UART_3
	default y
	depends on UART_CONSOLE

if SERIAL

config UART_2
	default y

config UART_6
	default y

endif # SERIAL

if NETWORKING

config NET_L2_ETHERNET
	default y

config ETH_STM32_HAL
	default y

endif # NETWORKING

config I2C_1
	default y
	depends on I2C

config PWM_STM32_1
	default y
	depends on PWM

config SPI_1
	default y
	depends on SPI

endif # BOARD_NUCLEO_F756ZG