blob: 3c93df20afac2ff9aba33128f92ddea3fab6b43e [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
rev13@wp.pled09a552015-03-01 12:44:42 +010016 default "stm32f429-discovery"
17
18endif