v0.4.3-ɑ1 Awaiting Santa...
Pre-release
Pre-release
·
12 commits
to development
since this release
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