-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Suggestion] Add embedded-nal implementation #14
Comments
My biggest concern with that is maintenance of the I really like that the Do you think we could move There are some optional features in the networking types here that I would be interested in adding to that as well:
...on a related topic, is there an RFC process for adding a crate to the rust embedded community? |
That definitely sounds like progress, I'm in, what do you need from me?
…On Fri, Feb 26, 2021, 08:42 Alex ***@***.***> wrote:
My biggest concern with that is maintenance of the no-std-net dependency,
it appears to be maintained by just @dunmatt <https://github.com/dunmatt>.
I really like that the embedded-nal is under a project with multiple
owners, allowing it to live on beyond any one maintainer.
Do you think we could move no-std-net under the embedded-community banner
as well ***@***.*** <https://github.com/dunmatt>)?
There are some *optional* features in the networking types here that I
would be interested in adding to that as well:
- Formatting with defmt (e.g.
https://github.com/newAM/w5500-ll-rs/blob/main/src/net.rs#L263)
- Conversion to/from std::net types (e.g.
https://github.com/newAM/w5500-ll-rs/blob/main/src/net.rs#L303)
...on a related topic, is there an RFC process for adding a crate to the
rust embedded community?
I would really like add a standalone no_std EUI-48 and EUI-64 crate
somewhere.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIN7S7RO3T3CDU2WEPJE4TTA66OFANCNFSM4YH7DYQQ>
.
|
@eldruin would you be able to give @dunmatt a (Sorry if I got the wrong person, it looks like @eldruin has access to make new repos on the rust-embedded community.) |
I would agree to that. There are two ways to proceed:
@dunmatt If you are interested in this, please open an issue in the meta repository. Please note that the r-e-c will soon be renamed rust-embedded-unofficial once I find some time, in case the name is relevant for your decision. |
Sorry for the delay, it got buried, but yeah, I'll open an issue
…On Sun, Feb 28, 2021 at 3:26 AM Diego Barrios Romero < ***@***.***> wrote:
I would agree to that. There are two ways to proceed:
1. I think what would make most sense would be for @dunmatt
<https://github.com/dunmatt> to join the r-e-c org and transfer the
repository.
2. We create a fork inside the r-e-c and give @dunnmatt rights on that
fork.
@dunmatt <https://github.com/dunmatt> If you are interested in this,
please open an issue in the meta
<https://github.com/rust-embedded-community/meta/issues> repository.
Please note that the r-e-c will soon be renamed rust-embedded-unofficial
once I find some time, in case the name is relevant for your decision.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIN7S3XQZBCAGY6LAFFKE3TBIK5NANCNFSM4YH7DYQQ>
.
|
It has been quiet, I guess concern with |
Oh snap, sorry, it slipped my mind, give me a couple hours to rebuild
context
…On Sat, Nov 6, 2021, 12:39 Andres Vahter ***@***.***> wrote:
It has been quiet, I guess concern with no-std-net is not yet solved?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIN7SZPF5ACJZXNNVLMRK3UKVY6ZANCNFSM4YH7DYQQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Alrighty, sorry for dropping the ball on that, should be taken care of rust-embedded-community/meta#14 |
Alright, I have invited @dunmatt now to the r-e-c org. |
Any update on moving |
The RFC for networking types in |
Small update on this, the I opened a PR to add |
Hi,
This crate looks awesome!
Just in case you did not know it existed, i wanted to share https://github.com/rust-embedded-community/embedded-nal/ as i think it could benefit the adoption of this crate over all, as it makes it drop-in replaceable with all the other crates/devices requiring embedded-nal
The text was updated successfully, but these errors were encountered: