blob: cde6900871af8bcb351199da42313a7512ade170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_STM32F429_DISCOVERY
config SYS_BOARD
default "stm32f429-discovery"
config SYS_VENDOR
default "st"
config SYS_SOC
default "stm32f4"
config SYS_CONFIG_NAME
default "stm32f429-discovery"
endif
|