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.
Breaking Change: Renamed SdMmcSpi to SdCard
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)
Breaking Change: SdCard::new now requires an object that implements the embedded-hal DelayUs trait
Breaking Change: Renamed card_size_bytes to num_bytes, to match num_blocks
More robust card intialisation procedure, with added retries
Supports building with neither defmt nor log logging
Added
Added mark_card_as_init method, if you know the card is initialised and want to skip the initialisation step
Removed
Breaking Change: Removed BlockSpi type - card initialisation now handled as an internal state variable