You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments