Commit 389948d
committed
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]>1 parent 4eea74c commit 389948d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments