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
zephyr: uart: Conditionalize irq handling for alloc
Currently, the IRQ handling code requires a SpinMutex which is only
available with Arc, which requires allocation.
Disable this use of the driver in this situation.
Signed-off-by: David Brown <[email protected]>
0 commit comments