File tree
111 files changed
+1756
-512
lines changed- .github
- scripts
- workflows
- cores/esp32
- docs/en
- guides
- idf_component_examples/hw_cdc_hello_world
- main
- libraries
- ESP32/examples
- FreeRTOS/BasicMultiThreading
- HWCDC_Events
- RMT/Legacy_RMT_Driver_Compatible
- ESP_NOW/src
- ESP_SR/examples/Basic
- FFat/src
- HTTPClient/src
- Insights/examples/DiagnosticsSmokeTest
- LittleFS/src
- Network/src
- OpenThread
- examples
- COAP
- coap_lamp
- coap_switch
- SimpleCLI
- SimpleNode
- SimpleThreadNetwork
- ExtendedRouterNode
- LeaderNode
- RouterNode
- ThreadScan
- onReceive
- PPP/src
- SD_MMC/examples/SD2USBMSC
- USB/examples/MIDI
- MidiInterface
- ReceiveMidi
- Update/examples/AWS_S3_OTA_Update
- WebServer
- examples
- HttpAuthCallbackInline
- WebServer
- src
- detail
- WiFi/src
- package
- tests
- performance
- psramspeed
- ramspeed
- validation
- democfg
- gpio
- nvs
- touch
- wifi
- variants
- adafruit_camera_esp32s3
- adafruit_feather_esp32s2
- adafruit_feather_esp32s2_reversetft
- adafruit_feather_esp32s2_tft
- adafruit_feather_esp32s3
- adafruit_feather_esp32s3_nopsram
- adafruit_feather_esp32s3_reversetft
- adafruit_feather_esp32s3_tft
- adafruit_funhouse_esp32s2
- adafruit_magtag29_esp32s2
- adafruit_matrixportal_esp32s3
- adafruit_metro_esp32s2
- adafruit_metro_esp32s3
- adafruit_qtpy_esp32s2
- adafruit_qtpy_esp32s3_n4r2
- adafruit_qtpy_esp32s3_nopsram
- adafruit_qualia_s3_rgb666
- um_omgs3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+1756
-512
lines changedDiff for: .github/scripts/on-push.sh
+12-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
22 |
| - | |
| 21 | + | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
| |||
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 | 79 |
| |
88 | 80 |
| |
89 | 81 |
| |
| |||
99 | 91 |
| |
100 | 92 |
| |
101 | 93 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
108 | 100 |
| |
109 | 101 |
| |
110 | 102 |
| |
|
Diff for: .github/scripts/on-release.sh
+2-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 | 369 |
| |
373 | 370 |
| |
374 |
| - | |
| 371 | + | |
375 | 372 |
| |
376 | 373 |
| |
377 | 374 |
| |
| |||
386 | 383 |
| |
387 | 384 |
| |
388 | 385 |
| |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 | 386 |
| |
393 | 387 |
| |
394 |
| - | |
| 388 | + | |
395 | 389 |
| |
396 | 390 |
| |
397 | 391 |
| |
|
Diff for: .github/scripts/sketch_utils.sh
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
419 | 426 |
| |
420 | 427 |
| |
421 | 428 |
| |
422 |
| - | |
| 429 | + | |
423 | 430 |
| |
424 | 431 |
| |
425 | 432 |
| |
|
Diff for: .github/workflows/docs_deploy.yml
+9-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
| |||
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
15 |
| - | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 |
| |
24 | 30 |
| |
25 | 31 |
| |
|
Diff for: .github/workflows/tests_results.yml
+22-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
44 | 62 |
| |
45 | 63 |
| |
46 | 64 |
| |
| |||
71 | 89 |
| |
72 | 90 |
| |
73 | 91 |
| |
74 |
| - | |
| 92 | + | |
75 | 93 |
| |
76 | 94 |
| |
77 |
| - | |
| 95 | + | |
78 | 96 |
| |
79 | 97 |
| |
80 | 98 |
| |
| |||
104 | 122 |
| |
105 | 123 |
| |
106 | 124 |
| |
107 |
| - | |
| 125 | + | |
108 | 126 |
| |
109 | 127 |
| |
110 | 128 |
| |
111 | 129 |
| |
112 |
| - | |
| 130 | + | |
113 | 131 |
| |
114 | 132 |
| |
115 | 133 |
| |
|
+34-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 |
| |
7 | 13 |
| |
8 | 14 |
| |
9 | 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 | + | |
10 | 40 |
| |
11 | 41 |
| |
12 | 42 |
| |
| |||
15 | 45 |
| |
16 | 46 |
| |
17 | 47 |
| |
18 |
| - | |
| 48 | + | |
19 | 49 |
| |
20 | 50 |
|
Diff for: .pre-commit-config.yaml
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
28 | 37 |
| |
29 | 38 |
| |
30 | 39 |
| |
|
Diff for: CMakeLists.txt
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
|
0 commit comments