-
Notifications
You must be signed in to change notification settings - Fork 6
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
Filesystem Implementation #17
Comments
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 30, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 30, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 30, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 30, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 31, 2020
…powerdown enter/restore #17 [SPI_FLASH]
ValentiWorkLearning
added a commit
that referenced
this issue
Aug 31, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Sep 1, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Sep 3, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Sep 4, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Sep 4, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Sep 4, 2020
ValentiWorkLearning
added a commit
that referenced
this issue
Jun 14, 2021
ValentiWorkLearning
added a commit
that referenced
this issue
Jun 15, 2021
ValentiWorkLearning
added a commit
that referenced
this issue
Jun 15, 2021
ValentiWorkLearning
added a commit
that referenced
this issue
Nov 19, 2021
ValentiWorkLearning
added a commit
that referenced
this issue
Jan 4, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Jan 18, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Jan 19, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Jan 19, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Feb 3, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Feb 4, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Feb 6, 2022
ValentiWorkLearning
added a commit
that referenced
this issue
Feb 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The filesystem for storing some useful data (maybe, pictures for different app notifications or schedule of alarms ).
Steps
Implement the driver for on-board SPI flash.
W25Q16BV_Winbond.pdf
Driver example
Implement concept of the BlockDevice Allocator:
Mbed Littlefs filesystem class reference
Implement tests for the BlockDevice Allocator
Implement draft of LFS launch using BlockAllocator driver
LittleFS official repository
Add launch of LFS tests on desktop
Implement LFS config with Winbond flash driver
Add launch of LFS tests on the target NRF52 board
Discover JFlashSPI cmd utility for automated resource deploying on a flash device
Automate filesystem pre-init mounting using
mklfscommandline for creating images of LittleFS on a desktop platform
The text was updated successfully, but these errors were encountered: