Releases: atsams-rs/atsamx7x-rust
v0.4.3-ɑ1 Awaiting Santa...
Purpose
This pre-release test our new approach, we removed heavyweight PACs from this repository and maintain them in separate repository, where not actual code is kept, but it's generated client-side. It save us from dealing with thousands of files that GitHub is not good with.
What's Changed
- Release v0.4.2: final clean up by @michalfita in #50
- Integration with
mcan
crate by @glaeqen in #51 - Implemented Transactional for TWI (I²C) by @s7rul in #55
- Remove
rust-toolchain.toml
and control MSRV from CI instead by @martinmortsell in #60 - Fix TWI clock Configuration by @martinmortsell in #59
- Update
cortex-m-rt
version in examples to 0.7.3 by @markhakansson in #52 - [Fixes #62] Remove re-exports to avoid warnings promoted to errors by @michalfita in #64
- ADC Example tested on Xult/EXT-1 PIN#4 (PA19/AFEC0_AD8) by @blietaer in #66
- [Fixes #56] Remove PACs from this repository by @michalfita in #61
New Contributors
- @glaeqen made their first contribution in #51
- @s7rul made their first contribution in #55
- @markhakansson made their first contribution in #52
- @blietaer made their first contribution in #66
Full Changelog: v0.4.2...v0.4.3-alpha1
0.4.2 Fixing Documentation
This release fixes building documentation every crate published hosts on doc.rs
.
What's Changed
- Add warnings denial to github workflow by @tgross35 in #48
- Enable features for docs.rs builds by @tgross35 in #49
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1 Improvements
What's Changed
- [Fixes #40] Adjust stuff for CI / pre-release by @michalfita in #41
- Fix System Pin Feature Gate by @martinmortsell in #38
- USART: Remove mode check in
enter_mode
by @sundbom-grepit in #43
New Contributors
- @martinmortsell made their first contribution in #38
- @sundbom-grepit made their first contribution in #43
Full Changelog: v0.4.0...v0.4.1
0.4.0 Politically Neutral
That's actually first public HAL release to crates.io since 0.1.0. Thanks @tmplt, @martinmortsell for hard work on the content and Grepit AB for letting open source the work.
What's Changed
- manifest: increase internal feature flag granularity by @tmplt in #15
- Security #1: Attempt to bump up
generic-array
by @michalfita in #22 - Upstream of internal work by @tmplt in #25
Full Changelog: v0.3.0...v0.4.0
pac 0.25.0 / К позору путина
This release incorporates:
- restoration of SVDs maintained locally
- svd2rust v0.25.0 used for PAC generation (#34)
- separation of versioning between HALs and PACs
Full Changelog: v0.2.0...pac/v0.25.0
Слава Україні!
End of Lockdown
To celebrate end of COVID-19 lockdown and foundations for support of SAME70 I cooked a new release of PAC and HAL crates.
Birthday Gift
It's effectively what this article says about: Birthday achievement: My HAL crate.
Just first most basic version of the work I've done in this project. This late release is just adjustment to what has been published to crates.io.