Peter Barker
|
1c54d18672
|
AP_Filesystem: replace HAVE_FILESYSTEM_SUPPORT with backend defines
|
2023-05-17 09:40:39 +10:00 |
Andrew Tridgell
|
cf79843661
|
AP_Filesystem: support file rename
|
2023-03-05 09:42:48 +11: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
|
b23afc4a9e
|
AP_Filesystem: disallow file operations from main thread while armed
this stops all file operations from the main thread while armed,
allowing for a 3s grace time on arming to allow for initial log
file creation
|
2021-06-09 15:08:28 +10:00 |
Andrew Tridgell
|
079e11275a
|
AP_Filesystem: allow for replay on any file in local filesystem
|
2020-11-17 13:45:07 +11:00 |
Andrew Tridgell
|
65749706c2
|
AP_Filesystem: fixed SITL build
|
2020-04-29 07:36:55 +10: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 |
Andrew Tridgell
|
1cb711d35d
|
AP_Filesystem: make SITL take paths relative to starting directory
this makes SITL filesystem behave more like a real device
|
2020-02-19 18:11:41 +11:00 |
Andrew Tridgell
|
7c35d2d56a
|
AP_Filesystem: make unlink do both directories and files on posix
match FATFS behaviour
|
2019-11-02 22:52:06 +11:00 |
Andy Piper
|
6f3334b460
|
AP_Filesystem: build fixes for SITL on macOS
|
2019-09-09 20:18:00 +10: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 |