File tree
1,016 files changed
+335997
-8370
lines changed- .github/scripts
- cores/esp32
- docs/source
- api
- libraries
- BLE/src
- DNSServer/src
- ESP32/examples
- AnalogOut/ledcFrequency
- Camera/CameraWebServer
- DeepSleep/TouchWakeUp
- TWAI/TWAIreceive
- FS/src
- LittleFS/examples/LITTLEFS_PlatformIO
- RainMaker
- examples
- RMakerCustom
- RMakerCustomAirCooler
- RMakerSonoffDualR3
- RMakerSwitch
- src
- WiFi/src
- WiFiClientSecure/src
- package
- tools
- ide-debug
- svd
- sdk
- esp32
- bin
- dio_qspi
- include
- dout_qspi
- include
- include
- bootloader_support/include
- bt
- common
- api/include/api
- osi/include/osi
- esp_ble_mesh/mesh_core
- host/bluedroid/api/include/api
- include/esp32/include
- driver
- esp32/include/driver
- include/driver
- esp-sr/include/esp32
- esp32-camera/driver/include
- esp_common/include
- esp_diagnostics/include
- esp_http_server/include
- esp_hw_support/include
- esp_private
- esp_insights/include
- esp_ipc/include
- esp_lcd/include
- esp_littlefs/include
- esp_rainmaker/include
- esp_rom
- esp32
- include
- esp32/rom
- esp32c3/rom
- esp32h2/rom
- esp32s2/rom
- esp32s3/rom
- esp_serial_slave_link/include/essl_spi
- esp_timer/include/esp_private
- esp_wifi/include
- esp_private
- expat
- expat/expat/lib
- port/include
- freertos/include
- esp_additions
- freertos
- freertos
- hal
- esp32/include/hal
- include/hal
- platform_port/include/hal
- heap/include
- nvs_flash/include
- protocomm/include/transports
- rtc_store/include
- soc
- esp32/include/soc
- include/soc
- spi_flash/include/esp_private
- tcp_transport/include
- ulp/include/esp32s3
- wpa_supplicant/port/include
- xtensa/include
- ld
- lib
- qio_qspi
- include
- qout_qspi
- include
- esp32c3/bin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,016 files changed
+335997
-8370
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Diff for: .github/scripts/on-push.sh
+5-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
116 | 101 |
| |
117 | 102 |
| |
118 | 103 |
|
Diff for: .github/scripts/on-release.sh
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
183 | 182 |
| |
184 | 183 |
| |
185 | 184 |
| |
| 185 | + | |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| 200 | + | |
| 201 | + | |
200 | 202 |
| |
| 203 | + | |
| 204 | + | |
201 | 205 |
| |
202 | 206 |
| |
203 | 207 |
| |
|
Diff for: .gitignore
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
|
Diff for: CMakeLists.txt
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
| 221 | + | |
221 | 222 |
| |
222 | 223 |
| |
223 |
| - | |
| 224 | + | |
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
|
Diff for: CODE_OF_CONDUCT.md
+128
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 | + | |
| 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 | + |
Diff for: README.md
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + |
0 commit comments