We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
portable-atomic
1 parent 0c481ea commit 10f1509Copy full SHA for 10f1509
embedded-hal-bus/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
## [v0.3.0] - 2025-01-21
13
14
+- `AtomicDevice` now requires enabling feature `portable-atomic` on `thumbv6m-none-eabi` and other targets that don't have atomic CAS.
15
- Added the `alloc` feature.
16
- Added a new `RcDevice` for I2C and SPI, a reference-counting equivalent to `RefCellDevice`.
17
- Migrated `std` feature-gated `std::error::Error` implementations to `core::error::Error`
0 commit comments