summaryrefslogtreecommitdiff
path: root/src/components/fs
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27Fix the size of the filesystem.Daniel Jackson1-1/+1
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
2021-07-11Using littlefs (#438)joaquim.org2-0/+268
* add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS