aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/fs/FS.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the size of the filesystem.Daniel Jackson2021-09-271-1/+1
| | | Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
* Using littlefs (#438)joaquim.org2021-07-111-0/+71
* 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