File tree
4 files changed
+19
-15
lines changed- cores/esp8266
- libraries
4 files changed
+19
-15
lines changedDiff for: cores/esp8266/Schedule.cpp
+11-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
50 | 49 |
| |
51 | 50 |
| |
52 | 51 |
| |
| 52 | + | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
109 |
| - | |
| 110 | + | |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
| |||
126 | 127 |
| |
127 | 128 |
| |
128 | 129 |
| |
129 |
| - | |
| 130 | + | |
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
| 148 | + | |
148 | 149 |
| |
149 |
| - | |
| 150 | + | |
150 | 151 |
| |
151 | 152 |
| |
152 |
| - | |
| 153 | + | |
153 | 154 |
| |
154 | 155 |
| |
155 |
| - | |
| 156 | + | |
156 | 157 |
| |
157 |
| - | |
| 158 | + | |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
| |||
223 | 224 |
| |
224 | 225 |
| |
225 | 226 |
| |
226 |
| - | |
| 227 | + | |
227 | 228 |
| |
228 | 229 |
| |
229 | 230 |
| |
| |||
262 | 263 |
| |
263 | 264 |
| |
264 | 265 |
| |
265 |
| - | |
| 266 | + | |
266 | 267 |
| |
267 | 268 |
| |
268 | 269 |
| |
|
Diff for: cores/esp8266/Schedule.h
+5-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 |
| - | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
| |||
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 |
| - | |
| 70 | + | |
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
| |||
93 | 95 |
| |
94 | 96 |
| |
95 | 97 |
| |
96 |
| - | |
| 98 | + | |
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
|
Diff for: cores/esp8266/core_esp8266_main.cpp
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
| 178 | + | |
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
|
Diff for: libraries/SoftwareSerial
Submodule SoftwareSerial updated 8 files
- src/circular_queue/cancellation_token.h+3-1
- src/circular_queue/circular_queue.h+2-2
- src/circular_queue/circular_queue_mp.h+1
- src/circular_queue/run_task.h+71-40
- src/circular_queue/task.h+11-11
- src/circular_queue/task_completion_source.h+1-1
- src/circular_queue/when_all.h+45-29
- src/circular_queue/when_any.h+26-29
0 commit comments