nxp-mcuxpresso / rpmsg-lite

RPMsg implementation for small MCUs
BSD 3-Clause "New" or "Revised" License
238 stars 73 forks source link

Wait for link up rtos #21

Closed Hadatko closed 2 years ago

Hadatko commented 2 years ago

This is not final implementation. It is just dirty implementation to show what i want to achiev in eRPC rtos usage.

Signed-off-by: Dusan Cervenka Cervenka.dusan@gmail.com

Hadatko commented 2 years ago

I think best would be have group variable tight to rpmsg_lite_instance structure. So releasing event would be specific for rpmsg structure and not generic for all of them.

MichalPrincNXP commented 2 years ago

Thank you, @Hadatko , agree and will provide the update.

Hadatko commented 2 years ago

@MichalPrincNXP Thank you for your cooperation. I think now it is great. It looks like generaly link_id could be uint8_t but i don't mind keep it as uint32_t.

MichalPrincNXP commented 2 years ago

Thank you, @Hadatko , for the contribution and the effort!