Skip to content

Commit 10f1509

Browse files
committed
bus: add portable-atomic feature to changelog.
1 parent 0c481ea commit 10f1509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embedded-hal-bus/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
## [v0.3.0] - 2025-01-21
1313

14+
- `AtomicDevice` now requires enabling feature `portable-atomic` on `thumbv6m-none-eabi` and other targets that don't have atomic CAS.
1415
- Added the `alloc` feature.
1516
- Added a new `RcDevice` for I2C and SPI, a reference-counting equivalent to `RefCellDevice`.
1617
- Migrated `std` feature-gated `std::error::Error` implementations to `core::error::Error`

0 commit comments

Comments
 (0)