-
Notifications
You must be signed in to change notification settings - Fork 201
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
Prepare for v0.15 release #570
Conversation
3008af8
to
ab2083e
Compare
bc60ec9
to
6a658a4
Compare
Once we get rid of type Pa1<M> = Pin<PA01, M>; Does it hurt to have both |
6a658a4
to
e5ced19
Compare
@bradleyharden, if I'm being honest, I don't think adding more pin aliases is beneficial. Most people should be using the |
Sounds good. It was just an idea I had long ago, but it wasn't feasible then without breaking existing code. |
5ae6517
to
10b79fd
Compare
5391ec4
to
53ca475
Compare
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.
amazing 👏🏼 anything remaining to do here?
Nope I don't think so, I would merge #569 first though! |
merge conflicts now that #569 merged |
53ca475
to
8572032
Compare
* Remove gpio::v1 and promote gpio::v2 to gpio * Remove sercom::v1 * Fix eic modules * Fix thumbv7em::{pwm, qspi} * Fix usb modules * Promote sercom::v2 to sercom * Fix Tier 1 BSPs * Remove all deprecated modules * Adjust HAL readme to point to feather_m0 examples
Summary
Prepare for v0.15 release. These are major breaking changes:
gpio::v1
andsercom::v1
, promotegpio::v2
togpio
andsercom::v2
tosercom
.#[deprecated]
items.Version numbering
Currently there are two competing opinions on whether we should version this next release as
0.15.0
or as1.0.0
. I'd like to hear your opinions on the matter!Dependencies
This PR depends on #561, and ideally (but not mandatory) on #569.
Checklist
CHANGELOG.md
for the BSP or HAL updated