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 didn't see this documented and was quite surprised by this.
Is the reason simply because target::interrupt::Mutex requires a CriticalSection or are there hardware reasons for disableing interrupts?
Could the Mutex be replaced by a RefCell?
Edit: UsbBus: Sync ... so no :(
(My use case is an ADC ISR that must not be disabled)
The text was updated successfully, but these errors were encountered:
I didn't see this documented and was quite surprised by this.
Is the reason simply because target::interrupt::Mutex requires a CriticalSection or are there hardware reasons for disableing interrupts?
Could the Mutex be replaced by a RefCell?
Edit: UsbBus: Sync ... so no :(
(My use case is an ADC ISR that must not be disabled)
The text was updated successfully, but these errors were encountered: