-
Notifications
You must be signed in to change notification settings - Fork 203
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
Get ready for v0.13 release #462
Conversation
983404c
to
90f44e7
Compare
c23294d
to
90ea7bd
Compare
I've changed the |
I typically update the version numbers and publish at the same time, no biggie though. |
That's probably a good idea. I think the PAC versions should also get bumped since we've had SVD patches since 0.12 |
yep |
5babe9a
to
c32a17f
Compare
@sajattack, @twitchyliquid64: @bradleyharden brought this to my attention: Now that Tier 2 BSPs will be tied to the crates.io version of |
As an open-source project doing actual CI we have unlimited quota here, so we don't have to be cautious with our use of CI. That said, if you want to do this, we can do this pretty easily as long as |
66daf51
to
9b1a799
Compare
As discussed on Matrix, we could pull the trigger on a release even though not all T1 boards have been updated yet - We would need to upgrade them before the v0.14 release. |
7260a25
to
503cbb2
Compare
This is good to go, I think. If anyone wants to jump in and handle the last steps, go for it. Otherwise I'll try to figure it out soon |
Add deprecation notices to common and samd/same modules in lib.rs
503cbb2
to
e1ae954
Compare
* Tie all BSPs to atsamd-hal = 0.13 * Bump atsamd-hal to 0.13
19b2c16
to
b991cd2
Compare
* Add changelog * Add deprecation notices in lib.rs * Add deprecation notices to common and samd/same modules in lib.rs * Add deprecation notice to gpio::v1 * Add deprecation notices for sercom::v1::{spi, uart} * Add BPS tiers to README * Deprecate spi_common module * Update samd11_bare to v2 APIs * Deprecate SpinTimer * Update metro_m0 to uart::v2 * Deprecate atsamd_hal::hal and atsamd_hal::target_device * Tie T2 boards to crates.io atsamd-hal dependency * Tie all BSPs to atsamd-hal = 0.13 * Bump atsamd-hal to 0.13 * Bump T2 BSP versions
This PR aims to tie some loose ends before pushing the v0.13 release:
gpio::v1
sercom::v1::{spi, uart}
feather_m0
metro_m0
feather_m4
(@sajattack - Update Metro M4 BSP and examples for v2/tier1 #478)metro_m4
samd11_bare
pygamer
(@bradleyharden - Port pygamer to v2 #455)wio_terminal
atsamd-hal
dependency to crates.io