11 Commits

Author SHA1 Message Date
e5273c7012 clangformat everything 2023-12-23 21:37:08 +01:00
611ce460fb llfs
Add const to llfs_get_filename_ext
2023-12-08 18:25:13 +01:00
050d79e6b0 llfs
Lornez asked to add static to the TAG
2023-12-08 18:18:43 +01:00
0cc34bfd6b LLFS
add llfs_get_filename_ext
2023-12-02 23:01:06 +01:00
97783c69c5 Fix almost all compiler warnings
lcd_api: isalpha expects type in so I cast char to int
lcd_api: uint32 in printf where %d instead of %lu
llfs: filter_ok was set but unused so I removed it
tftp: wrong casting char to uint8_t but needed to be cast to const char* instead
2023-12-01 11:31:53 +01:00
b06ec97075 Testing
Update tests so it uses llfs data and lffs
2023-11-29 18:03:04 +01:00
L-diy
b051e12c20 Calculate and cache the file count during llfs init 2023-11-16 16:13:22 +01:00
L-diy
96bc57fc3c Fix some minor bugs in llfs 2023-11-15 21:09:24 +01:00
L-diy
af46235eba Extended the llfs file system api
Implemented file extension filters
Implemented newlib stubs to be able to use the POSIX file API
2023-11-11 00:36:18 +01:00
a31a70d66a format llfs 2023-11-06 22:29:33 +01:00
L-diy
7087be564f Add the initial llfs implementation 2023-11-06 14:11:44 +01:00