-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathcommon.ini
More file actions
290 lines (273 loc) · 6.68 KB
/
common.ini
File metadata and controls
290 lines (273 loc) · 6.68 KB
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
# ------------------------- COMMON ENV DEFINITIONS -----------------
[env]
platform = espressif8266@4.2.1
framework = arduino
extra_scripts =
pre:python/build_flags.py
python/build_env_setup.py
pre:python/build_html.py
lib_deps =
ottowinter/ESPAsyncWebServer-esphome @ 3.2.2
esphome/AsyncTCP-esphome @ 2.1.3 # use specific version - an update to this library breaks the build
bblanchon/ArduinoJson @ 7.1.0
monitor_filters = esp8266_exception_decoder
[common_env_data]
build_src_filter = +<*> -<.git/> -<svn/> -<example/> -<examples/> -<test/> -<tests/> -<*.py> -<*test*.*>
build_flags = -Wall -Iinclude
# keep in sync with the version in the main firmware
mavlink_lib_dep = https://github.com/mavlink/c_library_v2.git#e54a8d2e8cf7985e689ad1c8c8f37dc0800ea87b
# ------------------------- COMMON ESP8285 DEFINITIONS -----------------
[env_common_esp8285]
board = esp8285
board_build.ldscript = eagle.flash.1m.ld
upload_speed = 460800
monitor_speed = 460800
board_build.f_cpu = 160000000L
build_flags =
-D PLATFORM_ESP8266=1
# ------------------------- COMMON ESP12E DEFINITIONS -----------------
[env_common_esp12e]
board = esp12e
board_build.ldscript = eagle.flash.1m.ld
upload_speed = 921600
monitor_speed = 460800
board_build.f_cpu = 160000000L
build_flags =
-D PLATFORM_ESP8266=1
# ------------------------- COMMON ESP32 DEFINITIONS -----------------
[env_common_esp32]
platform = espressif32@6.7.0
board = esp32dev
board_build.partitions = min_spiffs.csv
upload_speed = 460800
monitor_speed = 460800
upload_resetmethod = nodemcu
board_build.f_cpu = 240000000L
build_flags =
-D PLATFORM_ESP32=1
# ------------------------- COMMON ESP32C3 DEFINITIONS -----------------
[env_common_esp32c3]
platform = espressif32@6.7.0
board = esp32-c3-devkitm-1
board_build.partitions = min_spiffs.csv
upload_speed = 460800
monitor_speed = 460800
upload_resetmethod = nodemcu
board_build.f_cpu = 160000000L
build_flags =
-D PLATFORM_ESP32=1
-D ARDUINO_USB_MODE=1
# ------------------------- COMMON ESP32S3 DEFINITIONS -----------------
[env_common_esp32s3]
platform = espressif32@6.7.0
board = esp32-s3-devkitc-1
board_build.partitions = min_spiffs.csv
upload_speed = 460800
monitor_speed = 460800
upload_resetmethod = nodemcu
board_build.f_cpu = 240000000L
build_flags =
-D PLATFORM_ESP32=1
# ------------------------- COMMON TX-BACKPACK DEFINITIONS -----------------
[tx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_TX_BACKPACK
lib_deps =
${env.lib_deps}
build_src_filter =
${common_env_data.build_src_filter}
; -<Tx_main.cpp>
-<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON RAPIDFIRE-BACKPACK DEFINITIONS -----------------
[rapidfire_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D RAPIDFIRE_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
; -<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON RX5808-BACKPACK DEFINITIONS -----------------
[rx5808_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D RX5808_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
; -<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON STEADYVIEW-BACKPACK DEFINITIONS -----------------
[steadyview_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D STEADYVIEW_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
; -<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON FUSION-BACKPACK DEFINITIONS -----------------
[fusion_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D FUSION_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
; -<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON HDZERO-BACKPACK DEFINITIONS -----------------
[hdzero_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D HDZERO_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
; -<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON SKYZONE-MSP-BACKPACK DEFINITIONS -----------------
[skyzone_msp_vrx_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D SKYZONE_MSP_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
; -<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON ORQA-BACKPACK DEFINITIONS -------------------
[orqa_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D ORQA_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
; -<orqa.*>
-<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON TIMER-BACKPACK DEFINITIONS -----------------
[timer_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_TIMER_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
-<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
; -<Timer_main.cpp>
-<mfd_crossbow.*>
-<raw_crsf.*>
# ------------------------- COMMON MFD-CROSSBOW-BACKPACK DEFINITIONS -----------------
[mfd_crossbow_backpack_common]
build_flags =
${common_env_data.build_flags}
-D TARGET_VRX_BACKPACK
-D CROSSBOW_BACKPACK
build_src_filter =
${common_env_data.build_src_filter}
-<Tx_main.cpp>
; -<Vrx_main.cpp>
-<rapidfire.*>
-<rx5808.*>
-<steadyview.*>
-<fusion.*>
-<hdzero.*>
-<skyzone_msp.*>
-<orqa.*>
-<Timer_main.cpp>
; -<mfd_crossbow.*>
-<raw_crsf.*>
lib_deps =
${env.lib_deps}
${common_env_data.mavlink_lib_dep}