blob: 30e3855ae0090bfebf81111985fae892d1afdaef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_GRASSHOPPER
config SYS_BOARD
default "grasshopper"
config SYS_VENDOR
default "in-circuit"
config SYS_SOC
default "at32ap700x"
config SYS_CONFIG_NAME
default "grasshopper"
endif
|