async-embedded-traits icon indicating copy to clipboard operation
async-embedded-traits copied to clipboard

unifying with embassy-traits?

Open xoviat opened this issue 4 years ago • 1 comments

Currently, there are very few libraries in the embedded ecosystem that support async. The two options for traits are this library and embassy-traits. If embedded libraries are updated to depend on embassy-traits, then they won't work with this library, and further, there aren't any maintained drivers (other than those in embassy) that support this. I would suggest that embassy-traits be unified with this, and then async functionality can be implemented in the libraries with these traits. I need to get a list of libraries that can be converted to async.

xoviat avatar Mar 03 '21 17:03 xoviat

This library is just one of my experiments, it would be great to merge its contents into embassy-traits!

Disasm avatar Mar 03 '21 18:03 Disasm