~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 70233a4b23cd9ce20d342970146240fbff6b80c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if STM32H7

config TARGET_STM32H743_DISCO
	bool "STM32H743 Discovery board"

config TARGET_STM32H743_EVAL
	bool "STM32H743 Evaluation board"

config TARGET_STM32H750_ART_PI
	bool "STM32H750 ART Pi board"

source "board/st/stm32h743-eval/Kconfig"
source "board/st/stm32h743-disco/Kconfig"
source "board/st/stm32h750-art-pi/Kconfig"

endif