Commit 4b6540f
File tree
Expand file treeCollapse file tree
95 files changed
+1128
-1826
lines changedFilter options
- cores/esp32
- libraries
- HTTPClient/src
- WiFiClientSecure/src
- tools
- sdk/esp32s3
- include
- bt/host/bluedroid/api/include/api
- driver/include/driver
- esp_common/include
- esp_hw_support/include
- esp_private
- soc
- esp32c3
- esp32h2
- esp32s2
- esp32s3
- freertos/include/freertos
- hal
- esp32s3/include/hal
- include/hal
- idf_test/include
- esp32
- esp32c3
- esp32h2
- esp32s2
- esp32s3
- soc/esp32s3/include/soc
- ld
- lib
- opiram
- spiram
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
95 files changed
+1128
-1826
lines changed+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
97 | 98 |
|
98 | 99 |
|
99 | 100 |
|
100 |
| - |
101 |
| - |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
102 | 108 |
|
103 | 109 |
|
104 | 110 |
|
| ||
878 | 884 |
|
879 | 885 |
|
880 | 886 |
|
881 |
| - |
| 887 | + |
| 888 | + |
882 | 889 |
|
883 | 890 |
|
884 | 891 |
|
|
cores/esp32/esp32-hal-misc.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-misc.c+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
| 238 | + |
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
| ||
244 | 244 |
|
245 | 245 |
|
246 | 246 |
|
| 247 | + |
| 248 | + |
247 | 249 |
|
248 | 250 |
|
249 | 251 |
|
|
cores/esp32/esp32-hal-psram.c
Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-psram.c+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
91 |
| - |
92 |
| - |
| 90 | + |
| 91 | + |
93 | 92 |
|
| 93 | + |
| 94 | + |
94 | 95 |
|
95 |
| - |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
libraries/HTTPClient/src/HTTPClient.cpp
Copy file name to clipboardExpand all lines: libraries/HTTPClient/src/HTTPClient.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
|
libraries/WiFiClientSecure/src/ssl_client.cpp
Copy file name to clipboardExpand all lines: libraries/WiFiClientSecure/src/ssl_client.cpp+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
174 |
| - |
| 174 | + |
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
|
+4-3Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.
tools/platformio-build-esp32s3.py
Copy file name to clipboardExpand all lines: tools/platformio-build-esp32s3.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
310 |
| - |
| 310 | + |
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
|
tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h
Copy file name to clipboardExpand all lines: tools/sdk/esp32s3/include/bt/host/bluedroid/api/include/api/esp_gap_bt_api.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 |
| - |
| 239 | + |
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
|
tools/sdk/esp32s3/include/driver/include/driver/ledc.h
Copy file name to clipboardExpand all lines: tools/sdk/esp32s3/include/driver/include/driver/ledc.h+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
446 |
| - |
447 |
| - |
448 |
| - |
449 | 446 |
|
450 | 447 |
|
451 | 448 |
|
| ||
461 | 458 |
|
462 | 459 |
|
463 | 460 |
|
| 461 | + |
| 462 | + |
| 463 | + |
tools/sdk/esp32s3/include/esp_common/include/esp_check.h
Copy file name to clipboardExpand all lines: tools/sdk/esp32s3/include/esp_common/include/esp_check.h+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| ||
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
| 51 | + |
49 | 52 |
|
50 | 53 |
|
51 | 54 |
|
| ||
57 | 60 |
|
58 | 61 |
|
59 | 62 |
|
| 63 | + |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
| ||
69 | 73 |
|
70 | 74 |
|
71 | 75 |
|
| 76 | + |
72 | 77 |
|
73 | 78 |
|
74 | 79 |
|
| ||
78 | 83 |
|
79 | 84 |
|
80 | 85 |
|
| 86 | + |
81 | 87 |
|
82 | 88 |
|
83 | 89 |
|
| ||
88 | 94 |
|
89 | 95 |
|
90 | 96 |
|
| 97 | + |
91 | 98 |
|
92 | 99 |
|
93 | 100 |
|
| ||
98 | 105 |
|
99 | 106 |
|
100 | 107 |
|
| 108 | + |
101 | 109 |
|
102 | 110 |
|
103 | 111 |
|
|
tools/sdk/esp32s3/include/esp_common/include/esp_err.h
Copy file name to clipboardExpand all lines: tools/sdk/esp32s3/include/esp_common/include/esp_err.h+7-13Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
14 | 7 |
|
15 | 8 |
|
16 | 9 |
|
| ||
46 | 39 |
|
47 | 40 |
|
48 | 41 |
|
| 42 | + |
49 | 43 |
|
50 | 44 |
|
51 | 45 |
|
|
0 commit comments