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
There is a risk of conflict if an driver directly access to the
hardware resources. Here, the memory Controller directly access to the
Timer which belong to the Timer driver.
Fortunately, Zephyr provide a generic API. So it is not required to
directly access to the hardware.
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments