mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Release rtic-monotonics, rtic-sync and rtic-time (#854)
This commit is contained in:
parent
fd085e6a01
commit
ea8de913d7
6 changed files with 22 additions and 8 deletions
|
|
@ -9,13 +9,17 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
|
|||
|
||||
### Added
|
||||
|
||||
- `arbiter::spi::ArbiterDevice` for sharing SPI buses using `embedded-hal-async` traits.
|
||||
- `arbiter::i2c::ArbiterDevice` for sharing I2C buses using `embedded-hal-async` traits.
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
## [v1.1.0]
|
||||
|
||||
### Added
|
||||
|
||||
- `arbiter::spi::ArbiterDevice` for sharing SPI buses using `embedded-hal-async` traits.
|
||||
- `arbiter::i2c::ArbiterDevice` for sharing I2C buses using `embedded-hal-async` traits.
|
||||
|
||||
## [v1.0.3]
|
||||
|
||||
- `portable-atomic` used as a drop in replacement for `core::sync::atomic` in code and macros. `portable-atomic` imported with `default-features = false`, as we do not require CAS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue