~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: c31b9849fde6f519c2b21bc708dc9ac45866ca17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_STM32H750_ART_PI

config SYS_BOARD
	string
	default "stm32h750-art-pi"

config SYS_VENDOR
	string
	default "st"

config SYS_SOC
	string
	default "stm32h7"

config SYS_CONFIG_NAME
	string
	default "stm32h750-art-pi"

endif