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
FIX:tn_queue_receive() and tn_fmem_get() : if non-zero timeout
is in effect, then TN_RC_TIMEOUT is returned, but user-provided pointer
is altered anyway (some garbage data is written there). This bug was
inherited from TNKernel.
Added tn_task_state_get()
tn_sem_acquire() and friends are renamed to tn_sem_wait() and friends.
More on this read \ref tnkernel_diff_api_rename_sem "here".
Old name is still available through tn_oldsymbols.h.