Skip to content

Dependency on heapless version isn't optional #116

Description

@jsprog

The core has optional support for heapless@0.7 and heapless@0.8, but not littlefs2

# https://github.com/trussed-dev/littlefs2/blob/main/Cargo.toml

[dependencies]
bitflags = "2.9.0"
delog = "0.1.0"
generic-array = "0.14"
heapless = "0.7"
littlefs2-core = { version = "0.1", path = "core" }
littlefs2-sys = { version = "0.3.1", features = ["multiversion"] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions