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

IHU: Implement filestorage system on SD Cards #326

Open
priddis opened this issue Oct 6, 2019 · 5 comments
Open

IHU: Implement filestorage system on SD Cards #326

priddis opened this issue Oct 6, 2019 · 5 comments
Assignees

Comments

@priddis
Copy link

priddis commented Oct 6, 2019

No description provided.

@christianrouhana
Copy link

Wiring complete. FAT32 file system created. Working on accessing specific files.

@christianrouhana
Copy link

Writing to LittleFileSystem with HeapBlockDevice complete. Now working on LittleFileSystem with an external BlockDevice.

@christianrouhana
Copy link

FATFileSystem and LittleFileSystem successfully implemented on SDBlockDevice with Nucleo-L476RG specifically. Successfully managed to format, create file, read the file, and then read the created file on restart.

@WHOmagoo
Copy link

Can you please push your code? I'm looking to doing something similar and would like to see how you have done this.

@christianrouhana
Copy link

Pushed to FILESYS branch.

CougSat1-Software/CougSat1-IHU/test/FATFileSystem/

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

3 participants