-
Notifications
You must be signed in to change notification settings - Fork 214
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
Update and improve esp-lp-hal
#1754
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
36e98f3
to
3a3321f
Compare
On second thought, no reason this can't be reviewed as-is. I will open a subsequent PR implementing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just left a few suggestions to follow the same module docs format as we use in esp-hal.
Should we add LP uart, i2c and gpio tests to #1334?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
475b8b5
to
416d7cc
Compare
There is still some additional work to do (namely implementing
embedded_hal::i2c::I2c
and finishing up documentation), but figured I'd get these changes submitted just to try and keep reviewing reasonable.Essentially this PR:
[email protected]
by default instead of[email protected]
embedded-hal-nb
andembedded-io
traits for UARTProgress for #1655.