summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.h
AgeCommit message (Collapse)Author
2021-09-27Fix the size of the filesystem.Daniel Jackson
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
2021-07-11Using littlefs (#438)joaquim.org
* 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