v1.01
- FIX:
tn_queue_receive()
andtn_fmem_get()
: if non-zerotimeout
is in effect, thenTN_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 totn_sem_wait()
and friends.
More on this read \ref tnkernel_diff_api_rename_sem "here".
Old name is still available throughtn_oldsymbols.h
.