ushell icon indicating copy to clipboard operation
ushell copied to clipboard

ushell: convert to use `embedded-io` traits

Open rmsyn opened this issue 2 years ago • 2 comments

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 avatar Nov 12 '23 07:11 rmsyn

@rmsyn thank you! I will merge this next week, cause I have a few new features to implement.

dotcypress avatar Nov 16 '23 17:11 dotcypress

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.

rmsyn avatar Nov 18 '23 03:11 rmsyn