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
Remove 'u' suffix from macros so that they can be used with
LISTIFY in shim drivers.
Remove 'static inline' keywords from 'Netc_Eth_Ip_MSIX_Rx'
function so that it can be used as an extern function outside
of the file declaration.
Clear the EOC flag before Adc_Sar_CheckAndCallEocNotification()
is called to avoid the race condition that prevents the next end
of conversion callback to be executed, when a conversion is
started inside the previous end of conversion completed callback.
OsIf_GetCounter shall be used to obtain current counter
value before passing it to OsIf_GetElapsed.
Fix build warnings
Signed-off-by: Tu Nguyen Van <[email protected]>
0 commit comments