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

FATFS improvements #127

Open
Ivan-Velickovic opened this issue Oct 9, 2024 · 0 comments
Open

FATFS improvements #127

Ivan-Velickovic opened this issue Oct 9, 2024 · 0 comments

Comments

@Ivan-Velickovic
Copy link
Collaborator

Ivan-Velickovic commented Oct 9, 2024

  • document internals, @Cheng-Li1 wrote some documentation, need to find the best place for it. Attached is the docs.
  • currently the implementation does not efficiently make use of the sDDF block interface. Each worker cothread will only make a single block request at any given time. This means the asynchronous interface of sDDF is used in a synchronous way, meaning that performance is not going to be great.
  • fixup grammar of comments

fatfs.md

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

No branches or pull requests

1 participant