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

Finish implementing COBC file system #195

Open
1 of 6 tasks
PatrickKa opened this issue Dec 15, 2023 · 2 comments
Open
1 of 6 tasks

Finish implementing COBC file system #195

PatrickKa opened this issue Dec 15, 2023 · 2 comments

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 15, 2023

Description

So far we only have basic file system commands like creating and deleting files and directories, or writing to and reading from files. What we actually need is functions to store programs that are to be sent to the EDU and results that come from the EDU. Of course, we also need to be able to delete them, check their integrity, etc. Since the file system is on the flash with which we communicate via SPI, we furthermore need to implement a fallback behavior for all those functions, in case the flash does not work.

To do

@PatrickKa
Copy link
Contributor Author

Blocked by #186

@PatrickKa
Copy link
Contributor Author

Blocked by #273

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

1 participant