ushell
ushell copied to clipboard
ushell: convert to use `embedded-io` traits
Converts the entire library to use the embedded_io traits.
These are the modern versions of the embedded_hal::serial equivalents.
Completely breaks the public API, requiring a minor version bump, since no stable API has been released. Even though the API is broken, external users should require minimal effort to upgrade.
@rmsyn thank you! I will merge this next week, cause I have a few new features to implement.
I will merge this next week, cause I have a few new features to implement.
Sounds good. Let me know when you're ready for me to rebase on your changes.