Skip to content

How to do multi-block writes? #124

@peterkrull

Description

@peterkrull

I feel like I am missing something here, but are multi-block writes not possible through the public API?

SdCardInner::write(..) seems to have the support for writing multiple blocks properly, but all the calling functions (specifically the public VolumeManager::write()) seem to just use a single [Block::new()] multiple times, instead of an actual multi-element array of Block. Is this correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions