Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LFN names without alloc #82

Open
uzytkownik opened this issue Mar 26, 2023 · 1 comment
Open

LFN names without alloc #82

uzytkownik opened this issue Mar 26, 2023 · 1 comment

Comments

@uzytkownik
Copy link

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.

@aruiz
Copy link

aruiz commented Dec 21, 2023

Isn't this implemented already in dir.rs:744?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants