| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src: Enable unused parameter warning | Riku Isokoski | 2023-01-24 | 1 | -3/+3 |
| | | | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed. | ||||
| * | Format header files | Finlay Davidson | 2023-01-09 | 1 | -0/+1 |
| | | | | | In my PR updating clang-format, I forgot to also format the headers. | ||||
| * | Update clang-{format,tidy} to 14 | Finlay Davidson | 2023-01-04 | 1 | -0/+5 |
| | | | | | | Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check. | ||||
| * | Apply clang-format to all C++ files | Finlay Davidson | 2022-06-05 | 2 | -3/+3 |
| | | |||||
| * | Added move function | Tim Keller | 2021-12-10 | 2 | -1/+4 |
| | | |||||
| * | 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 | 2 | -18/+2 |
| | | | | | recursive. Better implemented on client side... | ||||
| * | Remove mount/unmount. No longer needed | Tim Keller | 2021-12-10 | 2 | -17/+8 |
| | | |||||
| * | Write works | Tim Keller | 2021-12-10 | 2 | -3/+9 |
| | | |||||
| * | Focus on getting flash access working properly | Tim Keller | 2021-12-10 | 2 | -25/+34 |
| | | |||||
| * | Added Delete file | Tim Keller | 2021-12-10 | 2 | -0/+5 |
| | | | | | Added FS Stat. | ||||
| * | More reliable FS listing | Tim Keller | 2021-12-10 | 2 | -1/+4 |
| | | |||||
| * | direcetory listings maybe? | Tim Keller | 2021-12-10 | 2 | -25/+35 |
| | | | | | 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. | ||||
| * | Fix the size of the filesystem. | Daniel Jackson | 2021-09-27 | 1 | -1/+1 |
| | | | | Correct typo: 0x400000 - 0x0B4000 = 0x34C000. | ||||
| * | Using littlefs (#438) | joaquim.org | 2021-07-11 | 2 | -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 | |||||
