-
Notifications
You must be signed in to change notification settings - Fork 10
mctp-estack: Add async feature gate, add blocking serial transport binding
#40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Should the |
mkj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think async makes sense as a default feature. If Router isn't being used then I don't think it would have any binary overhead, just some extra built dependencies for embassy-sync's dep tree.
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com> Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com> Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com> Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: leongross <leon.gross@9elements.com> Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: jonas loeffelholz <jonas.loeffelholz@9elements.com> Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
Signed-off-by: Marvin Gudel <marvin.gudel@9elements.com>
1acfd4c to
fafe92f
Compare
|
Rebased and updated as requested. |
|
Thanks! |
Puts async functionality and dependencies behind
asyncfeature gate.The serial transport binding was extended by blocking functionality using
embedded-io.