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
Hello @suikajan , the goal here is to find the lowest free address. Consider the order of addresses in the list could be random (EPs could be dynamically added and destroyed).
The list is traversed within the rpmsg_lite_get_endpoint_from_addr() looking for address match. This makes the implementation simple.
When traversing the list directly and looking for used addresses, finding the lowest free address would not be easy.
Regards
Michal
in function rpmsg_lite_create_ept, line 467
The text was updated successfully, but these errors were encountered: