Wiktor Maslowski
|
02b2b9b807
|
AP_Filesystem: fixed builds for ESP32
|
2022-11-28 12:23:07 +11:00 |
Peter Barker
|
c6989ed710
|
AP_Filesystem: fold AP_Filesystem_Available.h into AP_Filesystem_config.h
|
2022-09-15 10:53:02 +10:00 |
Andrew Tridgell
|
fa87019339
|
AP_Filesystem: added DT_LNK for symlinks
|
2022-05-04 17:48:45 +10:00 |
Willian Galvani
|
0e62d561d9
|
AP_Filesystem: add allow_absolute_paths to open(), implement it for posix backend
|
2022-03-22 10:19:21 +11:00 |
Andrew Tridgell
|
7bd45fcb50
|
AP_Filesystem: avoid ff.h in header
this avoids the chibios hal includes
|
2022-02-22 12:13:19 +11:00 |
Andrew Tridgell
|
7c57e1521c
|
AP_Filesystem: support formatting of SDcard on ChibiOS
|
2021-12-28 16:04:57 +11:00 |
Buzz
|
7c893d7cc9
|
AP_Filesystem: add ESP32 support
Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
|
2021-11-01 17:40:31 +11:00 |
Peter Barker
|
df7b2982d3
|
AP_Filesystem: add fgets
|
2021-09-30 10:31:03 +10:00 |
Andrew Tridgell
|
773517a473
|
AP_Filesystem: added load_file() API
this makes it very easy to load a small file from sdcard or ROMFS
|
2020-11-18 09:11:36 +11:00 |
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
|
2020-10-27 10:45:03 +11:00 |
Andrew Tridgell
|
9b14fa7ed9
|
AP_Filesystem: enable @PARAM, @ROMFS and @SYS with no microSD
|
2020-04-29 07:36:55 +10:00 |
Andrew Tridgell
|
6583f7c13e
|
AP_Filesystem: added VFS system for multiple backends
|
2020-03-28 15:28:03 +11:00 |
Michael du Breuil
|
b0e232b30b
|
AP_Filesystem: Split the available define to it's own header
|
2019-11-02 22:52:06 +11:00 |
Andrew Tridgell
|
b489e8a655
|
AP_Filesystem: added set_mtime() call
|
2019-08-27 15:40:43 +10:00 |
Andrew Tridgell
|
692abb11fa
|
AP_Filesystem: define new filesystem API
|
2019-08-27 15:40:43 +10:00 |