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