File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- (Add unreleased changes here)
10
+ - Added the ` alloc ` feature.
11
+ - Added a new ` RcDevice ` for I2C and SPI, a reference-counting equivalent to ` RefCellDevice ` .
11
12
12
13
## [ v0.2.0] - 2024-04-23
13
14
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
34
34
` std::error::Error ` for ` DeviceError ` .
35
35
- ** ` async ` ** : enable ` embedded-hal-async ` support.
36
36
- ** ` defmt-03 ` ** : Derive ` defmt::Format ` from ` defmt ` 0.3 for enums and structs.
37
+ - ** ` alloc ` ** : enable implementations using ` alloc ` (for instance, ` spi::RcDevice ` , which makes use of ` alloc::rc::Rc ` )
37
38
38
39
## Minimum Supported Rust Version (MSRV)
39
40
You can’t perform that action at this time.
0 commit comments