Embassy Support #57
Replies: 3 comments 3 replies
-
Technically de-macro |
Beta Was this translation helpful? Give feedback.
-
Noticed that a couple Embassy examples have shown up in the examples folders, namely embassy_hello_world.rs and embassy_wait.rs. Really exciting! Is this something that can be used today, or is it still an internal WIP? Would love to help where I can with this, as I recently discovered Embassy and think it's a fantastic framework for Rust embedded. If so, we may want to consider contributing some examples to the Embassy examples under a new folder like |
Beta Was this translation helpful? Give feedback.
-
These examples are quite new but both should be functional. @MabezDev has been the main driver behind this effort, so big thanks to him 😁 We have Embassy time drivers using either Regarding helping out, adding async drivers would be tremendously helpful. We have a couple tracking issues for this, primarily the first of the two right now:
As we get more drivers we're able to add more interesting examples. |
Beta Was this translation helpful? Give feedback.
-
We made an attempt to implement embassy support today, which unfortunately was not successful. Some tasks which should be completed prior to attempting again are:
embedded-hal
alpha traitsembedded-hal-async
traitsgpio
module as much as possible.Beta Was this translation helpful? Give feedback.
All reactions