blob: ff86de25f7de72af05363b5b646de5329e5c8554 [file] [log] [blame]
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02001if TARGET_STM32H743_EVAL
2
3config SYS_BOARD
4 string
5 default "stm32h743-eval"
6
7config SYS_VENDOR
8 string
9 default "st"
10
11config SYS_SOC
12 string
13 default "stm32h7"
14
15config SYS_CONFIG_NAME
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020016 default "stm32h743-eval"
17
18endif