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