-
Notifications
You must be signed in to change notification settings - Fork 212
Remove deprecated items and repo cleanup #875
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
base: master
Are you sure you want to change the base?
Conversation
f5a2ef1
to
c6c93c5
Compare
c6c93c5
to
6d0eb0d
Compare
6d0eb0d
to
c51ae9d
Compare
c51ae9d
to
d22f2af
Compare
d22f2af
to
4a75154
Compare
4a75154
to
e870e36
Compare
b44081e
to
ca1069c
Compare
I love the overall cleaner feel! Would it make sense to rename |
I don't think it's a big deal to keep it that way, I would definitely rename it if it was user-facing, but the |
ca1069c
to
678c031
Compare
19ffec5
to
3db2d65
Compare
3db2d65
to
1a11179
Compare
1a11179
to
2134bd0
Compare
2134bd0
to
d768c25
Compare
d768c25
to
6bea13e
Compare
Summary
Since we have a breaking release lined up, it's a good opportunity to sneak in breaking changes to clean up the repo.
atsamd-hal
andatsamd-hal-macros
).rustfmt
clean up, mostly imports in alphabetical ordercargo fmt
instead ofrustfmt
. It will automatically respect the individualcrates' Rust editions.
void
andvcell
defmt
,rng-core
andembedded-sdmmc
dependenciesspi_future
embedded-hal
implementations can be used with DMA instead.embedded-hal v0.2
. This was long overdue!Closes #784.
I'd like to wait on #814 before merging, because there's no point in touching the
adc
module - which has some old ehal 0.2 impls - here, since it underwent a major rewrite.Note to maintainers:
Please merge this PR using rebase. Please do not squash the commits!