Skip to content

LFN names without alloc #82

@uzytkownik

Description

@uzytkownik

The maximum name for LFN is 256 characters which is 512 bytes. This can be achievable on embedded systems if the hierarchy is not too deep.

Can LFN + !alloc be implemented as [u16; 256] instead of Vec<u16>? That would help on systems which don't have full memory allocator but still want to use LFN.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions