blob: 1a24409c6e847175c503a80911aea906e1ec9493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
if TARGET_ATSTK1002
config SYS_BOARD
string
default "atstk1000"
config SYS_VENDOR
string
default "atmel"
config SYS_SOC
string
default "at32ap700x"
config SYS_CONFIG_NAME
string
default "atstk1002"
endif
if TARGET_ATSTK1003
config SYS_BOARD
string
default "atstk1000"
config SYS_VENDOR
string
default "atmel"
config SYS_SOC
string
default "at32ap700x"
config SYS_CONFIG_NAME
string
default "atstk1003"
endif
if TARGET_ATSTK1004
config SYS_BOARD
string
default "atstk1000"
config SYS_VENDOR
string
default "atmel"
config SYS_SOC
string
default "at32ap700x"
config SYS_CONFIG_NAME
string
default "atstk1004"
endif
if TARGET_ATSTK1006
config SYS_BOARD
string
default "atstk1000"
config SYS_VENDOR
string
default "atmel"
config SYS_SOC
string
default "at32ap700x"
config SYS_CONFIG_NAME
string
default "atstk1006"
endif
|