File tree
169 files changed
+1079
-706
lines changed- .github
- scripts
- workflows
- cores/esp32
- docs/en
- libraries
- ArduinoOTA/examples/BasicOTA
- AsyncUDP/examples
- AsyncUDPClient
- AsyncUDPMulticastServer
- AsyncUDPServer
- BLE/examples
- BLE5_extended_scan
- BLE5_multi_advertising
- BLE5_periodic_advertising
- BLE5_periodic_sync
- Beacon_Scanner
- Client
- EddystoneTLM_Beacon
- EddystoneURL_Beacon
- Notify
- Scan
- Server
- Server_multiconnect
- UART
- Write
- iBeacon
- BluetoothSerial/examples
- DiscoverConnect
- GetLocalMAC
- SerialToSerialBT
- SerialToSerialBTM
- SerialToSerialBT_Legacy
- SerialToSerialBT_SSP
- bt_classic_device_discovery
- bt_remove_paired_devices
- DNSServer/examples/CaptivePortal
- ESP32/examples
- Camera/CameraWebServer
- DeepSleep
- ExternalWakeUp
- SmoothBlink_ULP_Code
- RMT/RMTLoopback
- ResetReason/ResetReason
- Time/SimpleTime
- Zigbee
- Zigbee_Light_Bulb
- Zigbee_Light_Switch
- Zigbee_Temperature_Sensor
- Zigbee_Thermostat
- ESP_NOW/examples
- ESP_NOW_Broadcast_Master
- ESP_NOW_Broadcast_Slave
- ESP_NOW_Network
- ESP_NOW_Serial
- ESP_SR/examples/Basic
- ESPmDNS/examples
- mDNS-SD_Extended
- mDNS_Web_Server
- Ethernet
- examples/ETH_WIFI_BRIDGE
- src
- FFat/examples/FFat_time
- HTTPClient/examples
- Authorization
- BasicHttpClient
- BasicHttpsClient
- HTTPClientEnterprise
- ReuseConnection
- StreamHttpClient
- HTTPUpdate/examples
- httpUpdate
- httpUpdateSPIFFS
- httpUpdateSecure
- HTTPUpdateServer/examples/WebUpdater
- Insights/examples
- DiagnosticsSmokeTest
- MinimalDiagnostics
- LittleFS/examples/LITTLEFS_time
- NetBIOS/examples/ESP_NBNST
- NetworkClientSecure/examples
- WiFiClientInsecure
- WiFiClientPSK
- WiFiClientSecure
- WiFiClientSecureEnterprise
- WiFiClientSecureProtocolUpgrade
- WiFiClientShowPeerCredentials
- WiFiClientTrustOnFirstUse
- OpenThread/examples
- COAP
- coap_lamp
- coap_switch
- SimpleCLI
- SimpleNode
- SimpleThreadNetwork
- ExtendedRouterNode
- LeaderNode
- RouterNode
- ThreadScan
- onReceive
- PPP
- examples/PPP_WIFI_BRIDGE
- src
- RainMaker/examples
- RMakerCustom
- RMakerCustomAirCooler
- RMakerSonoffDualR3
- RMakerSwitch
- SD/examples/SD_time
- SD_MMC
- examples
- SD2USBMSC
- SDMMC_Test
- SDMMC_time
- src
- SPI/src
- SPIFFS/examples/SPIFFS_time
- SimpleBLE/examples/SimpleBleDevice
- Update/examples
- AWS_S3_OTA_Update
- HTTPS_OTA_Update
- HTTP_Client_AES_OTA_Update
- HTTP_Server_AES_OTA_Update
- OTAWebUpdater
- WebServer/examples
- AdvancedWebServer
- FSBrowser
- Filters
- HelloServer
- HttpAdvancedAuth
- HttpAuthCallback
- HttpAuthCallbackInline
- HttpBasicAuth
- HttpBasicAuthSHA1
- HttpBasicAuthSHA1orBearerToken
- MultiHomedServers
- PathArgServer
- SDWebServer
- SimpleAuthentification
- UploadHugeFile
- WebServer
- WebUpdate
- WiFi/examples
- FTM
- FTM_Initiator
- FTM_Responder
- SimpleWiFiServer
- WPS
- WiFiAccessPoint
- WiFiBlueToothSwitch
- WiFiClient
- WiFiClientBasic
- WiFiClientConnect
- WiFiClientEnterprise
- WiFiClientEvents
- WiFiClientStaticIP
- WiFiExtender
- WiFiIPv6
- WiFiMulti
- WiFiMultiAdvanced
- WiFiScan
- WiFiScanAsync
- WiFiScanDualAntenna
- WiFiScanTime
- WiFiSmartConfig
- WiFiTelnetToSerial
- WiFiUDPClient
- WiFiProv/examples/WiFiProv
- package
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+1079
-706
lines changedDiff for: .github/scripts/on-push.sh
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
|
Diff for: .github/scripts/sketch_utils.sh
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
| |||
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 |
| |
116 | 120 |
| |
117 | 121 |
| |
|
Diff for: .github/workflows/lib.yml
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| 60 | + | |
| 61 | + | |
59 | 62 |
| |
60 | 63 |
| |
61 | 64 |
| |
|
Diff for: .github/workflows/push.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
Diff for: .github/workflows/tests.yml
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Diff for: .github/workflows/tests_wokwi.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
|
Diff for: README.md
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
|
Diff for: boards.txt
+88-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 | 166 |
| |
168 | 167 |
| |
169 | 168 |
| |
| |||
188 | 187 |
| |
189 | 188 |
| |
190 | 189 |
| |
191 |
| - | |
| 190 | + | |
192 | 191 |
| |
193 | 192 |
| |
194 |
| - | |
| 193 | + | |
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
| |||
203 | 202 |
| |
204 | 203 |
| |
205 | 204 |
| |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
206 | 224 |
| |
207 | 225 |
| |
208 | 226 |
| |
| |||
211 | 229 |
| |
212 | 230 |
| |
213 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
214 | 239 |
| |
215 | 240 |
| |
216 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
217 | 254 |
| |
218 | 255 |
| |
219 | 256 |
| |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
220 | 266 |
| |
221 | 267 |
| |
222 | 268 |
| |
223 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
224 | 299 |
| |
225 | 300 |
| |
226 | 301 |
| |
227 | 302 |
| |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
228 | 313 |
| |
229 | 314 |
| |
230 | 315 |
| |
|
Diff for: cores/esp32/Esp.cpp
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
| |||
335 | 338 |
| |
336 | 339 |
| |
337 | 340 |
| |
| 341 | + | |
| 342 | + | |
338 | 343 |
| |
339 | 344 |
| |
340 | 345 |
| |
| |||
361 | 366 |
| |
362 | 367 |
| |
363 | 368 |
| |
| 369 | + | |
364 | 370 |
| |
365 | 371 |
| |
366 | 372 |
| |
|
Diff for: cores/esp32/HardwareSerial.h
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
| |||
141 | 143 |
| |
142 | 144 |
| |
143 | 145 |
| |
| 146 | + | |
| 147 | + | |
144 | 148 |
| |
145 | 149 |
| |
146 | 150 |
| |
| |||
162 | 166 |
| |
163 | 167 |
| |
164 | 168 |
| |
| 169 | + | |
| 170 | + | |
165 | 171 |
| |
166 | 172 |
| |
167 | 173 |
| |
| |||
180 | 186 |
| |
181 | 187 |
| |
182 | 188 |
| |
| 189 | + | |
| 190 | + | |
183 | 191 |
| |
184 | 192 |
| |
185 | 193 |
| |
| |||
192 | 200 |
| |
193 | 201 |
| |
194 | 202 |
| |
| 203 | + | |
| 204 | + | |
195 | 205 |
| |
196 | 206 |
| |
197 | 207 |
| |
| |||
200 | 210 |
| |
201 | 211 |
| |
202 | 212 |
| |
| 213 | + | |
| 214 | + | |
203 | 215 |
| |
204 | 216 |
| |
205 | 217 |
| |
|
Diff for: cores/esp32/chip-debug-report.cpp
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
| |||
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
| 90 | + | |
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
| |||
105 | 109 |
| |
106 | 110 |
| |
107 | 111 |
| |
| 112 | + | |
| 113 | + | |
108 | 114 |
| |
109 | 115 |
| |
110 | 116 |
| |
|
Diff for: cores/esp32/esp32-hal-adc.c
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
| 313 | + | |
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
382 |
| - | |
| 382 | + | |
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
| 555 | + | |
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
|
0 commit comments