Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information