You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: