Andrew Tridgell
|
cf79843661
|
AP_Filesystem: support file rename
|
2023-03-05 09:42:48 +11:00 |
Peter Barker
|
d633bd3f49
|
AP_Filesystem: add in-progress to formatsdcard process
|
2023-02-21 17:07:41 +11:00 |
Peter Barker
|
b5165b6d7f
|
AP_FileSystem: add AP_FILESYSTEM_*_ENABLED
|
2022-09-15 10:53:02 +10:00 |
Peter Barker
|
936fef11e2
|
AP_Filesystem: rename HAL_MISSION_ENABLED to AP_MISSION_ENABLED
|
2022-08-18 22:49:10 +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 |
Willian Galvani
|
802974a337
|
AP_Filesystem: tweak fgets()
This avoids that it returns False when encountering new lines or
\n\r
|
2022-02-01 17:35:26 +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 |
Peter Barker
|
c11a6bbb47
|
AP_Filesystem: add support for AP_Logger into AP_Periph
|
2021-06-08 09:57:55 +10:00 |
Andrew Tridgell
|
e055165eb8
|
AP_Filesystem: added download of mission/fence/rally
|
2021-04-21 07:12:55 +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 |
bugobliterator
|
bf4f482f5e
|
AP_FileSystem: do listing for SYS without slash as well
|
2020-11-12 08:42:44 +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
|
cd3b4dcc7d
|
AP_Filesystem: added @SYS filesystem backend
|
2020-04-29 07:36:55 +10:00 |
Andrew Tridgell
|
67fc23d01b
|
AP_Filesystem: support downloading parameters via ftp
adds @PARAM/param.pck as a packed file of all parameters
|
2020-04-29 07:36:55 +10:00 |
Andrew Tridgell
|
10c709a5a1
|
AP_Filesystem: use @ROMFS
|
2020-03-28 15:28:03 +11:00 |
Andrew Tridgell
|
6583f7c13e
|
AP_Filesystem: added VFS system for multiple backends
|
2020-03-28 15:28:03 +11:00 |
Andrew Tridgell
|
692abb11fa
|
AP_Filesystem: define new filesystem API
|
2019-08-27 15:40:43 +10:00 |