File tree
120 files changed
+760
-17
lines changed- cores/esp32
- libraries
- tools
- sdk
- bin
- include
- app_update
- bootloader_support
- bt
- config
- driver/driver
- esp32
- esp32-camera
- pthread
- soc/soc
- ulp/esp32
- ld
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+760
-17
lines changedDiff for: cores/esp32/Esp.cpp
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 |
| - | |
| 30 | + | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Diff for: libraries/BLE
Diff for: platform.txt
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Diff for: tools/gen_esp32part.py
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
| |||
254 | 257 |
| |
255 | 258 |
| |
256 | 259 |
| |
257 |
| - | |
258 |
| - | |
| 260 | + | |
| 261 | + | |
259 | 262 |
| |
260 | 263 |
| |
261 | 264 |
| |
|
Diff for: tools/platformio-build.py
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| 154 | + | |
154 | 155 |
| |
155 | 156 |
| |
156 | 157 |
| |
| |||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
163 |
| - | |
| 164 | + | |
164 | 165 |
| |
165 | 166 |
| |
166 | 167 |
| |
|
Diff for: tools/sdk/bin/bootloader_dio_40m.bin
144 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_dio_80m.bin
-1.34 KB
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_dout_40m.bin
144 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_dout_80m.bin
128 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_qio_40m.bin
144 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_qio_80m.bin
144 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_qout_40m.bin
144 Bytes
Binary file not shown.
Diff for: tools/sdk/bin/bootloader_qout_80m.bin
144 Bytes
Binary file not shown.
+25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 |
| |
45 | 54 |
| |
46 | 55 |
| |
| |||
170 | 179 |
| |
171 | 180 |
| |
172 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
173 | 198 |
| |
174 | 199 |
| |
175 | 200 |
| |
|
+37-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
27 | 28 |
| |
28 |
| - | |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
| 35 | + | |
35 | 36 |
| |
36 |
| - | |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 |
| |
42 | 51 |
| |
43 | 52 |
| |
| |||
91 | 100 |
| |
92 | 101 |
| |
93 | 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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
92 | 111 |
| |
93 | 112 |
| |
94 | 113 |
| |
|
Diff for: tools/sdk/include/bt/esp_bt.h
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
409 | 408 |
| |
410 | 409 |
| |
411 | 410 |
| |
|
Diff for: tools/sdk/include/config/sdkconfig.h
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
| |||
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| 80 | + | |
79 | 81 |
| |
80 | 82 |
| |
81 | 83 |
| |
| |||
201 | 203 |
| |
202 | 204 |
| |
203 | 205 |
| |
| 206 | + | |
204 | 207 |
| |
205 | 208 |
| |
206 | 209 |
| |
| |||
270 | 273 |
| |
271 | 274 |
| |
272 | 275 |
| |
| 276 | + | |
273 | 277 |
| |
274 | 278 |
| |
| 279 | + | |
275 | 280 |
| |
276 | 281 |
| |
277 | 282 |
| |
|
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 |
| |
78 | 81 |
| |
79 | 82 |
| |
|
0 commit comments