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
Updated the IRQ handler in sl_i2c.c to manage
callbacks within the SiSDK layer. In Zephyr,
the driver utilizes dispatch functions, and
callbacks should not be invoked directly within
these functions, as Zephyr handles callback
execution in its own IRQ handler.
The callback logic has therefore been moved to the
SiSDK-specific handler to align with Zephyr's
interrupt and callback management practices.
Upstream-Status: Pending
Signed-off-by: S Mohamed Fiaz <[email protected]>
0 commit comments