blob: c31b9849fde6f519c2b21bc708dc9ac45866ca17 [file] [log] [blame]
dillon minb83dabc2021-04-09 15:28:46 +08001if TARGET_STM32H750_ART_PI
2
3config SYS_BOARD
4 string
5 default "stm32h750-art-pi"
6
7config SYS_VENDOR
8 string
9 default "st"
10
11config SYS_SOC
12 string
13 default "stm32h7"
14
15config SYS_CONFIG_NAME
16 string
17 default "stm32h750-art-pi"
18
19endif