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
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: All
Core Version: latest git today
Development Env: All
Operating System: All
Problem Description
EEPROM class is using noInterrupts/interrupts, and there is an spi operation in between. Thisnusage doesn't allow nesting, and it blindly disables/enables all interrupts without regard for previous state.
Replace with scoped InterruptLock class.
The text was updated successfully, but these errors were encountered:
Basic Infos
Platform
Problem Description
EEPROM class is using noInterrupts/interrupts, and there is an spi operation in between. Thisnusage doesn't allow nesting, and it blindly disables/enables all interrupts without regard for previous state.
Replace with scoped InterruptLock class.
The text was updated successfully, but these errors were encountered: