File tree
179 files changed
+6799
-1605
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- cores/esp32
- docs
- en
- third_party
- libraries
- ArduinoOTA
- src
- AsyncUDP
- src
- BLE
- BluetoothSerial
- DNSServer
- EEPROM
- ESP32
- examples/Camera/CameraWebServer
- ESP_I2S
- src
- ESP_NOW
- ESP_SR
- ESPmDNS
- examples/mDNS-SD_Extended
- src
- Ethernet
- FFat
- FS
- HTTPClient
- examples/BasicHttpsClient
- HTTPUpdate
- HTTPUpdateServer
- Insights
- LittleFS
- src
- Matter
- examples
- MatterMinimum
- MatterTemperatureSensor
- MatterThermostat
- src
- MatterEndpoints
- NetBIOS
- Network
- src
- NetworkClientSecure
- OpenThread
- PPP
- Preferences
- RainMaker
- examples
- RMakerCustomAirCooler
- RMakerSonoffDualR3
- SD
- SD_MMC
- SPI
- SPIFFS
- src
- SimpleBLE
- TFLiteMicro
- Ticker
- USB
- Update
- WebServer
- examples
- Middleware
- PathArgServer
- UploadHugeFile
- src
- detail
- middleware
- WiFi
- WiFiProv
- Wire
- Zigbee
- examples
- Zigbee_Contact_Switch
- Zigbee_OTA_Client
- Zigbee_On_Off_Switch
- Zigbee_Temperature_Sensor
- Zigbee_Thermostat
- Zigbee_Vibration_Sensor
- Zigbee_Window_Covering
- src
- ep
- package
- tests
- validation/uart
- tools/partitions
- variants
- XIAO_ESP32S3_Plus
- adafruit_sparklemotion_esp32
- adafruit_sparklemotionmini_esp32
- huidu_hd_wf2
- huidu_hd_wf4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
179 files changed
+6799
-1605
lines changedDiff for: .github/ISSUE_TEMPLATE/Issue-report.yml
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
|
Diff for: .github/ISSUE_TEMPLATE/config.yml
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
|
Diff for: .github/workflows/dangerjs.yml
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
|
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
| |||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
47 |
| - | |
| 50 | + | |
48 | 51 |
| |
49 | 52 |
| |
50 | 53 |
| |
|
Diff for: CMakeLists.txt
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
| |||
242 | 243 |
| |
243 | 244 |
| |
244 | 245 |
| |
245 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
246 | 251 |
| |
247 | 252 |
| |
248 | 253 |
| |
| |||
285 | 290 |
| |
286 | 291 |
| |
287 | 292 |
| |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
288 | 297 |
| |
289 | 298 |
| |
290 | 299 |
| |
|
Diff for: README.md
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
|
Diff for: boards.txt
+748
Large diffs are not rendered by default.
Diff for: cores/esp32/Arduino.h
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| |||
248 | 251 |
| |
249 | 252 |
| |
250 | 253 |
| |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 | 254 |
|
Diff for: cores/esp32/Client.h
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
|
Diff for: cores/esp32/FirmwareMSC.cpp
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Diff for: cores/esp32/USBCDC.cpp
+51-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
| 28 | + | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
41 | 57 |
| |
42 | 58 |
| |
43 |
| - | |
| 59 | + | |
| 60 | + | |
44 | 61 |
| |
45 | 62 |
| |
46 | 63 |
| |
47 | 64 |
| |
48 | 65 |
| |
49 | 66 |
| |
50 |
| - | |
| 67 | + | |
| 68 | + | |
51 | 69 |
| |
52 | 70 |
| |
53 | 71 |
| |
54 | 72 |
| |
55 | 73 |
| |
56 | 74 |
| |
57 |
| - | |
| 75 | + | |
| 76 | + | |
58 | 77 |
| |
59 | 78 |
| |
60 | 79 |
| |
| |||
66 | 85 |
| |
67 | 86 |
| |
68 | 87 |
| |
69 |
| - | |
| 88 | + | |
70 | 89 |
| |
71 | 90 |
| |
72 | 91 |
| |
73 | 92 |
| |
74 | 93 |
| |
75 |
| - | |
| 94 | + | |
76 | 95 |
| |
77 | 96 |
| |
78 | 97 |
| |
| |||
84 | 103 |
| |
85 | 104 |
| |
86 | 105 |
| |
87 |
| - | |
88 |
| - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
89 | 112 |
| |
| 113 | + | |
| 114 | + | |
90 | 115 |
| |
91 | 116 |
| |
92 | 117 |
| |
| |||
142 | 167 |
| |
143 | 168 |
| |
144 | 169 |
| |
| 170 | + | |
| 171 | + | |
| 172 | + | |
145 | 173 |
| |
146 | 174 |
| |
147 | 175 |
| |
| |||
153 | 181 |
| |
154 | 182 |
| |
155 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
156 | 187 |
| |
157 | 188 |
| |
158 | 189 |
| |
| |||
298 | 329 |
| |
299 | 330 |
| |
300 | 331 |
| |
301 |
| - | |
| 332 | + | |
302 | 333 |
| |
303 | 334 |
| |
304 | 335 |
| |
305 | 336 |
| |
306 | 337 |
| |
307 | 338 |
| |
308 |
| - | |
| 339 | + | |
309 | 340 |
| |
310 | 341 |
| |
311 | 342 |
| |
| |||
316 | 347 |
| |
317 | 348 |
| |
318 | 349 |
| |
319 |
| - | |
| 350 | + | |
320 | 351 |
| |
321 | 352 |
| |
322 | 353 |
| |
| |||
327 | 358 |
| |
328 | 359 |
| |
329 | 360 |
| |
330 |
| - | |
| 361 | + | |
331 | 362 |
| |
332 | 363 |
| |
333 | 364 |
| |
| |||
339 | 370 |
| |
340 | 371 |
| |
341 | 372 |
| |
342 |
| - | |
| 373 | + | |
343 | 374 |
| |
344 | 375 |
| |
345 | 376 |
| |
| |||
350 | 381 |
| |
351 | 382 |
| |
352 | 383 |
| |
353 |
| - | |
| 384 | + | |
354 | 385 |
| |
355 | 386 |
| |
356 | 387 |
| |
| |||
362 | 393 |
| |
363 | 394 |
| |
364 | 395 |
| |
365 |
| - | |
| 396 | + | |
366 | 397 |
| |
367 | 398 |
| |
368 | 399 |
| |
| |||
415 | 446 |
| |
416 | 447 |
| |
417 | 448 |
| |
| 449 | + | |
| 450 | + | |
| 451 | + | |
418 | 452 |
| |
419 | 453 |
| |
420 | 454 |
| |
| |||
424 | 458 |
| |
425 | 459 |
| |
426 | 460 |
| |
427 |
| - | |
| 461 | + | |
428 | 462 |
| |
429 | 463 |
| |
430 | 464 |
| |
|
0 commit comments