blob: 1f09ef782e29e98f2807b87297caf3dcb851001c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_HAMMERHEAD
config SYS_BOARD
default "hammerhead"
config SYS_VENDOR
default "miromico"
config SYS_SOC
default "at32ap700x"
config SYS_CONFIG_NAME
default "hammerhead"
endif
|