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
We a currently in the process of developing a no_std bare-metal mctp-stack, that can be used to implement mctp on different platforms/frameworks.
Currently mctp-estack is geared towards the embassy framework, but at the same time implements a stack, fragmenter and transport bindings in a platform independent way.
We are currently using these by disabling anything embassy specific through feature-gates.
Are you interested in getting these efforts upstreamed, or are willing to discuss other ways to provide these core features independently of a embassy mctp-stack?