mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
1.4 KiB
1.4 KiB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
For each category, Added, Changed, Fixed add new entries at the top!
[Unreleased]
v1.3.1 - 2025-03-12
Fixed
- Fix #780
v1.3.0 - 2024-05-01
Changed
- Unstable features are now stable, the feature flag
unstableis removed. - Update
embedded-hal-busto 0.2
Added
defmt v0.3derives added and forwarded toembedded-hal(-x)crates.- signal structure
v1.2.0 - 2024-01-10
Changed
- Using
embedded-hal1.0.
Fixed
make_channelnow acceptsTypeexpressions instead of onlyTypePathexpressions.
v1.1.1 - 2023-12-04
Fixed
- Fix features for
docs.rs
v1.1.0 - 2023-12-04
Added
arbiter::spi::ArbiterDevicefor sharing SPI buses usingembedded-hal-asynctraits.arbiter::i2c::ArbiterDevicefor sharing I2C buses usingembedded-hal-asynctraits.
v1.0.3
portable-atomicused as a drop in replacement forcore::sync::atomicin code and macros.portable-atomicimported withdefault-features = false, as we do not require CAS.
v1.0.2 - 2023-08-29
Fixed
make_channelno longer requires the user crate to havecritical_sectionin scope
v1.0.1 - 2023-06-14
Fixed
make_channelcould be UB
v1.0.0 - 2023-05-31 - yanked
- Initial release