-
Notifications
You must be signed in to change notification settings - Fork 18
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
Defmt #39
Defmt #39
Conversation
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
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.
Mind adding a CHANGELOG entry? :)
Sure thing! I'm also adding defmt::Format to other structs. |
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
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.
- Please also update the CI to enable all features by default, so we can test that the defmt configs are correct
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
CI is updated and it would be nice to change actions-rs with https://github.com/dtolnay/rust-toolchain as actions-rs has been unmaintained for quite some time now (2 years I think) |
@elpiel Mind rounding things out with a |
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Ahh my bad, it's fixed now. |
Exports the Host since docs are missing for it.
I also have an idea on using
AtomicUsize
(atomic_polyfill) for the sockets (this will remove the requirement of&mut
for some methods) and implementing embedded_hal_async / embedded_hal: 0.2.0 traits in separate features.