| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 1 | -2/+2 |
| | | |||||
| * | Added move function | Tim Keller | 2021-12-10 | 1 | -1/+3 |
| | | |||||
| * | Fix lvgl_open to respect littlefs open errors | Tim Keller | 2021-12-10 | 1 | -7/+8 |
| | | |||||
| * | Remove DirDelete, implementation did not work and memory contraints are ↵ | Tim Keller | 2021-12-10 | 1 | -17/+0 |
| | | | | | recursive. Better implemented on client side... | ||||
| * | Remove mount/unmount. No longer needed | Tim Keller | 2021-12-10 | 1 | -9/+1 |
| | | |||||
| * | Write works | Tim Keller | 2021-12-10 | 1 | -1/+3 |
| | | |||||
| * | Focus on getting flash access working properly | Tim Keller | 2021-12-10 | 1 | -2/+10 |
| | | |||||
| * | Added Delete file | Tim Keller | 2021-12-10 | 1 | -0/+4 |
| | | | | | Added FS Stat. | ||||
| * | More reliable FS listing | Tim Keller | 2021-12-10 | 1 | -1/+3 |
| | | |||||
| * | direcetory listings maybe? | Tim Keller | 2021-12-10 | 1 | -25/+32 |
| | | | | | Added LISTDIR command and notify responses. | ||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Using littlefs (#438) | joaquim.org | 2021-07-11 | 1 | -0/+197 |
| * 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 | |||||
