Willian Galvani
|
0e62d561d9
|
AP_Filesystem: add allow_absolute_paths to open(), implement it for posix backend
|
3 years ago |
Andrew Tridgell
|
7bd45fcb50
|
AP_Filesystem: avoid ff.h in header
this avoids the chibios hal includes
|
3 years ago |
Andrew Tridgell
|
7c57e1521c
|
AP_Filesystem: support formatting of SDcard on ChibiOS
|
3 years ago |
Buzz
|
7c893d7cc9
|
AP_Filesystem: add ESP32 support
Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
|
3 years ago |
Peter Barker
|
df7b2982d3
|
AP_Filesystem: add fgets
|
3 years ago |
Andrew Tridgell
|
773517a473
|
AP_Filesystem: added load_file() API
this makes it very easy to load a small file from sdcard or ROMFS
|
4 years ago |
Andrew Tridgell
|
e429d578fa
|
AP_Filesystem: added interface for mount/unmount
we need to hold the FATFS semaphore when doing mount/unmount, which
means we must go via AP_Filesystem_FATFS
|
4 years ago |
Andrew Tridgell
|
9b14fa7ed9
|
AP_Filesystem: enable @PARAM, @ROMFS and @SYS with no microSD
|
5 years ago |
Andrew Tridgell
|
6583f7c13e
|
AP_Filesystem: added VFS system for multiple backends
|
5 years ago |
Michael du Breuil
|
b0e232b30b
|
AP_Filesystem: Split the available define to it's own header
|
5 years ago |
Andrew Tridgell
|
b489e8a655
|
AP_Filesystem: added set_mtime() call
|
6 years ago |
Andrew Tridgell
|
692abb11fa
|
AP_Filesystem: define new filesystem API
|
6 years ago |