-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathboards.txt
205 lines (169 loc) · 9.76 KB
/
boards.txt
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
menu.UploadSpeed=Upload Speed
# --------------------------------------------------
# T2
# --------------------------------------------------
t2.name=T2
t2.build.chip=t2
t2.build.board=T2
t2.build.core=tuya_open
t2.build.variant=t2
t2.menu.UploadSpeed.921600=921600
t2.menu.UploadSpeed.921600.upload.speed=921600
t2.menu.UploadSpeed.115200=115200
t2.menu.UploadSpeed.115200.upload.speed=115200
t2.menu.UploadSpeed.230400=230400
t2.menu.UploadSpeed.230400.upload.speed=230400
t2.menu.UploadSpeed.460800=460800
t2.menu.UploadSpeed.460800.upload.speed=460800
t2.menu.UploadSpeed.1500000=1500000
t2.menu.UploadSpeed.1500000.upload.speed=1500000
t2.menu.UploadSpeed.2000000=2000000
t2.menu.UploadSpeed.2000000.upload.speed=2000000
t2.compiler.path={runtime.tools.gcc-arm-none-eabi.path}
t2.compiler.cmd.S={compiler.path}/bin/arm-none-eabi-gcc
t2.compiler.cmd.c={compiler.path}/bin/arm-none-eabi-gcc
t2.compiler.cmd.cpp={compiler.path}/bin/arm-none-eabi-g++
t2.compiler.cmd.ar={compiler.path}/bin/arm-none-eabi-ar
t2.compiler.cmd.ld={compiler.path}/bin/arm-none-eabi-gcc
t2.vendor.path={runtime.tools.vendor-t2.path}
t2.compiler.flags.S=@{runtime.tools.vendor-t2.path}/flags/S_flags.txt
t2.compiler.flags.c=@{runtime.tools.vendor-t2.path}/flags/c_flags.txt
t2.compiler.flags.cpp=@{runtime.tools.vendor-t2.path}/flags/cpp_flags.txt
t2.compiler.flags.ar=@{runtime.tools.vendor-t2.path}/flags/ar_flags.txt
t2.appBuild.flags=@{build.path}/tuyaTmp/appConfig/appBuildDefine.txt
t2.compiler.includes.tuya_open=-iprefix {runtime.tools.vendor-t2.path}/ @{runtime.tools.vendor-t2.path}/flags/include_tuya_open.txt
t2.compiler.includes.tkl=-iprefix {runtime.tools.vendor-t2.path}/ @{runtime.tools.vendor-t2.path}/flags/include_tkl.txt
t2.compiler.includes.vendor=-iprefix {runtime.tools.vendor-t2.path}/ @{runtime.tools.vendor-t2.path}/flags/include_vendor.txt
t2.compiler.includes={compiler.includes.tuya_open} {compiler.includes.tkl} {compiler.includes.vendor}
t2.compiler.flags.ld=@{runtime.tools.vendor-t2.path}/flags/ld_flags.txt
t2.compiler.flags.libs=-L{runtime.tools.vendor-t2.path}/libs @{runtime.tools.vendor-t2.path}/flags/libs_flags.txt
t2.compiler.flags.ld_scripts=-Wl,--cref -Wl,-Map={build.path}/{build.project_name}.map -T{runtime.tools.vendor-t2.path}/packager-tools/t2.ld -o {build.path}/{build.project_name}.elf
t2.upload.tool=tyutool
t2.upload.tool.default=tyutool
t2.monitor_port.serial.baudrate=115200
# --------------------------------------------------
# T3
# --------------------------------------------------
t3.name=T3
t3.build.chip=t3
t3.build.board=T3
t3.build.core=tuya_open
t3.build.variant=t3
t3.menu.UploadSpeed.921600=921600
t3.menu.UploadSpeed.921600.upload.speed=921600
t3.menu.UploadSpeed.115200=115200
t3.menu.UploadSpeed.115200.upload.speed=115200
t3.menu.UploadSpeed.230400=230400
t3.menu.UploadSpeed.230400.upload.speed=230400
t3.menu.UploadSpeed.460800=460800
t3.menu.UploadSpeed.460800.upload.speed=460800
t3.menu.UploadSpeed.1500000=1500000
t3.menu.UploadSpeed.1500000.upload.speed=1500000
t3.menu.UploadSpeed.2000000=2000000
t3.menu.UploadSpeed.2000000.upload.speed=2000000
t3.compiler.path={runtime.tools.gcc-arm-none-eabi.path}
t3.compiler.cmd.S={compiler.path}/bin/arm-none-eabi-gcc
t3.compiler.cmd.c={compiler.path}/bin/arm-none-eabi-gcc
t3.compiler.cmd.cpp={compiler.path}/bin/arm-none-eabi-g++
t3.compiler.cmd.ar={compiler.path}/bin/arm-none-eabi-ar
t3.compiler.cmd.ld={compiler.path}/bin/arm-none-eabi-gcc
t3.vendor.path={runtime.tools.vendor-t3.path}
t3.compiler.flags.S=@{runtime.tools.vendor-t3.path}/flags/S_flags.txt
t3.compiler.flags.c=@{runtime.tools.vendor-t3.path}/flags/c_flags.txt
t3.compiler.flags.cpp=@{runtime.tools.vendor-t3.path}/flags/cpp_flags.txt
t3.compiler.flags.ar=@{runtime.tools.vendor-t3.path}/flags/ar_flags.txt
t3.appBuild.flags=@{build.path}/tuyaTmp/appConfig/appBuildDefine.txt
t3.compiler.includes.tuya_open=-iprefix {runtime.tools.vendor-t3.path}/ @{runtime.tools.vendor-t3.path}/flags/include_tuya_open.txt
t3.compiler.includes.tkl=-iprefix {runtime.tools.vendor-t3.path}/ @{runtime.tools.vendor-t3.path}/flags/include_tkl.txt
t3.compiler.includes.vendor=-iprefix {runtime.tools.vendor-t3.path}/ @{runtime.tools.vendor-t3.path}/flags/include_vendor.txt
t3.compiler.includes={compiler.includes.tuya_open} {compiler.includes.tkl} {compiler.includes.vendor}
t3.compiler.flags.ld=@{runtime.tools.vendor-t3.path}/flags/ld_flags.txt
t3.compiler.flags.libs=-L{runtime.tools.vendor-t3.path}/libs @{runtime.tools.vendor-t3.path}/flags/libs_flags.txt
t3.compiler.flags.ld_scripts=-Wl,--cref -Wl,-Map={build.path}/{build.project_name}.map -T{runtime.tools.vendor-t3.path}/packager-tools/t3.ld -o {build.path}/{build.project_name}.elf
t3.upload.tool=tyutool
t3.upload.tool.default=tyutool
t3.monitor_port.serial.baudrate=115200
# --------------------------------------------------
# T5
# --------------------------------------------------
t5.name=T5
t5.build.chip=t5
t5.build.board=T5
t5.build.core=tuya_open
t5.build.variant=t5
t5.menu.UploadSpeed.921600=921600
t5.menu.UploadSpeed.921600.upload.speed=921600
t5.menu.UploadSpeed.115200=115200
t5.menu.UploadSpeed.115200.upload.speed=115200
t5.menu.UploadSpeed.230400=230400
t5.menu.UploadSpeed.230400.upload.speed=230400
t5.menu.UploadSpeed.460800=460800
t5.menu.UploadSpeed.460800.upload.speed=460800
t5.menu.UploadSpeed.1500000=1500000
t5.menu.UploadSpeed.1500000.upload.speed=1500000
t5.menu.UploadSpeed.2000000=2000000
t5.menu.UploadSpeed.2000000.upload.speed=2000000
t5.compiler.path={runtime.tools.gcc-arm-none-eabi.path}
t5.compiler.cmd.S={compiler.path}/bin/arm-none-eabi-gcc
t5.compiler.cmd.c={compiler.path}/bin/arm-none-eabi-gcc
t5.compiler.cmd.cpp={compiler.path}/bin/arm-none-eabi-g++
t5.compiler.cmd.ar={compiler.path}/bin/arm-none-eabi-ar
t5.compiler.cmd.ld={compiler.path}/bin/arm-none-eabi-g++
t5.vendor.path={runtime.tools.vendor-t5.path}
t5.compiler.flags.S=@{runtime.tools.vendor-t5.path}/flags/S_flags.txt
t5.compiler.flags.c=@{runtime.tools.vendor-t5.path}/flags/c_flags.txt
t5.compiler.flags.cpp=@{runtime.tools.vendor-t5.path}/flags/cpp_flags.txt
t5.compiler.flags.ar=@{runtime.tools.vendor-t5.path}/flags/ar_flags.txt
t5.appBuild.flags=@{build.path}/tuyaTmp/appConfig/appBuildDefine.txt
t5.compiler.includes.tuya_open=-iprefix {runtime.tools.vendor-t5.path}/ @{runtime.tools.vendor-t5.path}/flags/include_tuya_open.txt
t5.compiler.includes.tkl=-iprefix {runtime.tools.vendor-t5.path}/ @{runtime.tools.vendor-t5.path}/flags/include_tkl.txt
t5.compiler.includes.vendor=-iprefix {runtime.tools.vendor-t5.path}/ @{runtime.tools.vendor-t5.path}/flags/include_vendor.txt
t5.compiler.includes={compiler.includes.tuya_open} {compiler.includes.tkl} {compiler.includes.vendor}
t5.compiler.flags.ld=@{runtime.tools.vendor-t5.path}/flags/ld_flags.txt
t5.compiler.flags.libs=-L{runtime.tools.vendor-t5.path}/libs @{runtime.tools.vendor-t5.path}/flags/libs_flags.txt
t5.compiler.flags.ld_scripts=-Wl,--cref -Wl,-Map={build.path}/{build.project_name}.map -T{runtime.tools.vendor-t5.path}/packager-tools/t5.ld -o {build.path}/{build.project_name}.elf
t5.upload.tool=tyutool
t5.upload.tool.default=tyutool
t5.monitor_port.serial.baudrate=115200
# --------------------------------------------------
# LN882H
# --------------------------------------------------
ln882h.name=LN882H
ln882h.build.chip=ln882h
ln882h.build.board=LN882H
ln882h.build.core=tuya_open
ln882h.build.variant=ln882h
ln882h.menu.UploadSpeed.921600=921600
ln882h.menu.UploadSpeed.921600.upload.speed=921600
ln882h.menu.UploadSpeed.115200=115200
ln882h.menu.UploadSpeed.115200.upload.speed=115200
ln882h.menu.UploadSpeed.230400=230400
ln882h.menu.UploadSpeed.230400.upload.speed=230400
ln882h.menu.UploadSpeed.460800=460800
ln882h.menu.UploadSpeed.460800.upload.speed=460800
ln882h.menu.UploadSpeed.1500000=1500000
ln882h.menu.UploadSpeed.1500000.upload.speed=1500000
ln882h.menu.UploadSpeed.2000000=2000000
ln882h.menu.UploadSpeed.2000000.upload.speed=2000000
ln882h.compiler.path={runtime.tools.gcc-arm-none-eabi.path}
ln882h.compiler.cmd.S={compiler.path}/bin/arm-none-eabi-gcc
ln882h.compiler.cmd.c={compiler.path}/bin/arm-none-eabi-gcc
ln882h.compiler.cmd.cpp={compiler.path}/bin/arm-none-eabi-g++
ln882h.compiler.cmd.ar={compiler.path}/bin/arm-none-eabi-ar
ln882h.compiler.cmd.ld={compiler.path}/bin/arm-none-eabi-g++
ln882h.vendor.path={runtime.tools.vendor-ln882h.path}
ln882h.compiler.flags.S=@{runtime.tools.vendor-ln882h.path}/flags/S_flags.txt
ln882h.compiler.flags.c=@{runtime.tools.vendor-ln882h.path}/flags/c_flags.txt
ln882h.compiler.flags.cpp=@{runtime.tools.vendor-ln882h.path}/flags/cpp_flags.txt
ln882h.compiler.flags.ar=@{runtime.tools.vendor-ln882h.path}/flags/ar_flags.txt
ln882h.appBuild.flags=@{build.path}/tuyaTmp/appConfig/appBuildDefine.txt
ln882h.compiler.includes.tuya_open=-iprefix {runtime.tools.vendor-ln882h.path}/ @{runtime.tools.vendor-ln882h.path}/flags/include_tuya_open.txt
ln882h.compiler.includes.tkl=-iprefix {runtime.tools.vendor-ln882h.path}/ @{runtime.tools.vendor-ln882h.path}/flags/include_tkl.txt
ln882h.compiler.includes.vendor=-iprefix {runtime.tools.vendor-ln882h.path}/ @{runtime.tools.vendor-ln882h.path}/flags/include_vendor.txt
ln882h.compiler.includes={compiler.includes.tuya_open} {compiler.includes.tkl} {compiler.includes.vendor}
ln882h.compiler.flags.ld=@{runtime.tools.vendor-ln882h.path}/flags/ld_flags.txt
ln882h.compiler.flags.libs=-L{runtime.tools.vendor-ln882h.path}/libs @{runtime.tools.vendor-ln882h.path}/flags/libs_flags.txt
ln882h.compiler.flags.ld_scripts=-Wl,--cref -Wl,-Map={build.path}/{build.project_name}.map -T{runtime.tools.vendor-ln882h.path}/packager-tools/ln882h.ld -o {build.path}/{build.project_name}.elf
ln882h.upload.tool=tyutool
ln882h.upload.tool.default=tyutool
ln882h.monitor_port.serial.baudrate=921600