File tree
1,107 files changed
+79640
-8880
lines changed- .github/ISSUE_TEMPLATE
- cores/esp32
- docs/source
- api
- libraries
- BLE/src
- ESP32/examples
- GPIO/BlinkRGB
- I2S/HiFreq_ADC
- RainMaker
- examples/RMakerCustomAirCooler
- src
- SD_MMC/src
- WiFi
- examples/SimpleWiFiServer
- src
- WiFiClientSecure/src
- Wire/examples/WireMaster
- tools
- sdk/esp32
- bin
- dio_qspi
- include
- dout_qspi
- include
- include
- bootloader_support/include
- bt
- esp_ble_mesh
- api
- core/include
- models/include
- btc/include
- mesh_common
- include
- tinycrypt/include/tinycrypt
- mesh_core
- include
- storage
- mesh_models
- client/include
- common/include
- server/include
- host/bluedroid/api/include/api
- coap/port/include
- driver/include
- driver
- esp_private
- efuse/include
- esp-tls
- private_include
- esp32-camera/driver/include
- esp_http_client/include
- esp_https_server/include
- esp_hw_support/include/soc
- esp_lcd
- include
- interface
- esp_phy/include
- esp_rainmaker/include
- esp_rom/include
- esp32c3/rom
- esp32h2/rom
- esp32s2/rom
- esp32s3/rom
- esp_wifi/include
- freertos/include/esp_additions/freertos
- hal
- esp32/include/hal
- include/hal
- json_generator/upstream
- json_parser/upstream/include
- lwip
- lwip/src/include/lwip
- prot
- port/esp32/include
- mbedtls/esp_crt_bundle/include
- mqtt/esp-mqtt/include
- newlib/platform_include
- sys
- nvs_flash/include
- protobuf-c/protobuf-c
- protobuf-c
- protoc-c
- t/generated-code2
- protocomm/include/transports
- rmaker_common/include
- soc/esp32/include/soc
- spiffs/include
- ulp/include
- esp32
- esp32s2
- esp32s3
- vfs/include
- wifi_provisioning/include/wifi_provisioning
- wpa_supplicant/esp_supplicant/include
- xtensa/include/xtensa
- ld
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,107 files changed
+79640
-8880
lines changedDiff for: .github/ISSUE_TEMPLATE/Issue-report.yml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
|
Diff for: CMakeLists.txt
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Diff for: boards.txt
+915-184
Large diffs are not rendered by default.
Diff for: cores/esp32/Tone.cpp
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 | 34 |
| |
| 35 | + | |
39 | 36 |
| |
40 | 37 |
| |
41 | 38 |
| |
|
Diff for: cores/esp32/esp32-hal-gpio.c
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 |
| |
95 | 102 |
| |
96 | 103 |
| |
| |||
127 | 134 |
| |
128 | 135 |
| |
129 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
130 | 145 |
| |
131 | 146 |
| |
132 | 147 |
| |
|
Diff for: cores/esp32/esp32-hal-gpio.h
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
|
Diff for: cores/esp32/esp32-hal-rgb-led.c
+47
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + |
Diff for: cores/esp32/esp32-hal-rgb-led.h
+20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Diff for: cores/esp32/esp32-hal.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Diff for: docs/source/api/wifi.rst
+18-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
450 |
| - | |
451 |
| - | |
452 |
| - | |
453 |
| - | |
454 |
| - | |
455 |
| - | |
456 |
| - | |
457 |
| - | |
| 449 | + | |
458 | 450 |
| |
459 | 451 |
| |
460 | 452 |
| |
461 | 453 |
| |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 |
| - | |
| 454 | + | |
469 | 455 |
| |
470 | 456 |
| |
471 | 457 |
| |
| |||
484 | 470 |
| |
485 | 471 |
| |
486 | 472 |
| |
| 473 | + | |
487 | 474 |
| |
488 | 475 |
| |
489 | 476 |
| |
490 | 477 |
| |
491 |
| - | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
|
Diff for: docs/source/troubleshooting.rst
+39
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 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 | + |
Diff for: libraries/BLE/src/BLE2902.cpp
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
|
Diff for: libraries/BLE/src/BLEDescriptor.cpp
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 |
| |
239 | 243 |
| |
240 | 244 |
| |
|
Diff for: libraries/BLE/src/BLEDescriptor.h
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
+19-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 |
| |
55 |
| - | |
56 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
57 | 74 |
| |
58 | 75 |
| |
59 | 76 |
| |
|
0 commit comments