You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-__Breaking Change__: Renamed `Controller` to `VolumeManager`, to better describe what it does.
27
+
-__Breaking Change__: Renamed `SdMmcSpi` to `SdCard`
28
+
-__Breaking Change__: `AcquireOpts` now has `use_crc` (which makes it ask for CRCs to be enabled) instead of `require_crc` (which simply allowed the enable-CRC command to fail)
29
+
-__Breaking Change__: `SdCard::new` now requires an object that implements the embedded-hal `DelayUs` trait
30
+
-__Breaking Change__: Renamed `card_size_bytes` to `num_bytes`, to match `num_blocks`
31
+
- More robust card intialisation procedure, with added retries
32
+
- Supports building with neither `defmt` nor `log` logging
33
+
34
+
### Added
35
+
36
+
- Added `mark_card_as_init` method, if you know the card is initialised and want to skip the initialisation step
37
+
38
+
### Removed
39
+
40
+
-__Breaking Change__: Removed `BlockSpi` type - card initialisation now handled as an internal state variable
0 commit comments