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
The Zephyr GPIO driver cannot be used from a Zero Latency Interrupt
context, as its power management functions,
e.g. pm_device_runtime_get attempt to take a semaphore.
This can lead to system deadlocks when GPIOs are used from the ZLI.
Signed-off-by: Aleksandr Mirlenko <[email protected]>
0 commit comments