Commit 55ecd58
committed
Remove special support for FunctionalInterrupt from core interrupt handling:
- VIP treatment in general attach/detach/handling looks untidy:
extern symbols without matching header include but copy&paste
special under-the-hood c++ delete support, where everyone else has to do their own
resource tracking as usual.
- FunctionalInterrupt is not used by anything inside core ESP32 Arduino for 8 months now,
it can be a library, which reduces precious core size for everyone else.
This reverts commit ea61563.1 parent 50d1429 commit 55ecd58
File tree
5 files changed
+7
-27
lines changed- cores/esp32
- libraries/ESP32/examples/GPIO/FunctionalInterrupt
5 files changed
+7
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
239 | 238 | | |
240 | 239 | | |
241 | 240 | | |
242 | | - | |
243 | | - | |
244 | | - | |
| 241 | + | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
| |||
250 | 247 | | |
251 | 248 | | |
252 | 249 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 250 | | |
259 | 251 | | |
260 | | - | |
261 | 252 | | |
262 | 253 | | |
263 | 254 | | |
| |||
269 | 260 | | |
270 | 261 | | |
271 | 262 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 263 | | |
278 | | - | |
| 264 | + | |
279 | 265 | | |
280 | 266 | | |
281 | 267 | | |
282 | 268 | | |
283 | 269 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 270 | | |
289 | 271 | | |
290 | | - | |
291 | 272 | | |
292 | 273 | | |
293 | 274 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments