blob: e73d11bada4ffc59ef3e8b2fc20d1a8e975247c2 [file] [log] [blame]
rev13@wp.pled09a552015-03-01 12:44:42 +01001if TARGET_STM32F429_DISCOVERY
2
3config SYS_BOARD
4 string
5 default "stm32f429-discovery"
6
7config SYS_VENDOR
8 string
9 default "st"
10
11config SYS_SOC
12 string
13 default "stm32f4"
14
15config SYS_CONFIG_NAME
16 string
17 default "stm32f429-discovery"
18
19endif