Siddharth Purohit
|
ee22747b48
|
AP_Filesystem: Use HAL_CANMANAGER_ENABLED instead of HAL_ENABLE_LIBUAVCAN_DRIVERS
|
4 years ago |
Andrew Tridgell
|
8ae221eeb4
|
AP_Filesystem: removed the 3s grace period for file ops when armed
log file open now needs to happen in the logging thread
|
4 years ago |
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
|
4 years ago |
Peter Barker
|
c11a6bbb47
|
AP_Filesystem: add support for AP_Logger into AP_Periph
|
4 years ago |
Andy Piper
|
e20fc3d4f6
|
AP_Filesystem: fix build on macOS
|
4 years ago |
Andrew Tridgell
|
08cbfa032d
|
AP_Filesystem: review fixes
thanks Andy!
|
4 years ago |
Andrew Tridgell
|
b941b8c93a
|
AP_Filesystem: allow for parameter upload via ftp
|
4 years ago |
Andrew Tridgell
|
d8575f0607
|
AP_Filesystem: allow for partial mission upload
|
4 years ago |
Andrew Tridgell
|
d96002942c
|
AP_Filesystem: ensure all blocks are filled on upload
|
4 years ago |
Andrew Tridgell
|
c1f491ce39
|
AP_Filesystem: allow mission upload
|
4 years ago |
Andrew Tridgell
|
e055165eb8
|
AP_Filesystem: added download of mission/fence/rally
|
4 years ago |
Andrew Tridgell
|
3e138aa98a
|
AP_Filesystem: fixed a read past EOF bug in @PARAM
this could cause mavproxy FTP param download to fail
|
4 years ago |
Andy Piper
|
c388fd9214
|
AP_Filesystem: add @SYS/uarts.txt
|
4 years ago |
Andy Piper
|
cfac268f13
|
AP_Filesystem: add @SYS/memory.txt
Co-authored-by: Andrew Tridgell <andrew@tridgell.net>
|
4 years ago |
Andrew Tridgell
|
9561f24c0e
|
AP_Filesystem: added @SYS/persistent.parm
|
4 years ago |
Andrew Tridgell
|
c924a9917e
|
AP_Filesystem: use ExpandingString class
|
4 years ago |
Andy Piper
|
b6a008c73d
|
AP_Filesystem: increase ftp thread buffer size when HAL_ENABLE_THREAD_STATISTICS is defined
|
4 years ago |
Andy Piper
|
32edb6d0cd
|
AP_Filesystem: add support for @SYS/dma.txt for DMA contention
|
4 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
|
079e11275a
|
AP_Filesystem: allow for replay on any file in local filesystem
|
4 years ago |
bugobliterator
|
bf4f482f5e
|
AP_FileSystem: do listing for SYS without slash as well
|
4 years ago |
Andrew Tridgell
|
02e9519ab0
|
AP_Filesystem: fixed stat call for @SYS files
|
4 years ago |
Andrew Tridgell
|
0db8745320
|
AP_Filesystem: fixed flushing with posix compat layer
this ensures the directory entry in the FAT is updated on fflush()
Fixes #14617
|
4 years ago |
Andrew Tridgell
|
6f92abea63
|
AP_Filesystem: fixed build on gcc 9.3
|
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 |
bugobliterator
|
308bc64f35
|
AP_Filesystem: add support for listing @SYS files
|
4 years ago |
Andrew Tridgell
|
7562eef4c1
|
AP_Filesystem: use mktime from AP_RTC
|
4 years ago |
Andy Piper
|
ac8dc26d41
|
AP_Filesystem: increase tasks buffer size
|
4 years ago |
Vikas Singh
|
38c52acf9b
|
AP_Filesystem: add simple File I/O example
|
4 years ago |
Andrew Tridgell
|
fabbbea0b4
|
AP_Fileystem: fixed gcc9 warning
|
4 years ago |
Andy Piper
|
f70f13e620
|
AP_Filesystem: add support for @SYS/tasks.txt
|
4 years ago |
Siddharth Purohit
|
20edecc340
|
AP_Filesystem: publish can info over FS Sys iface
|
5 years ago |
Peter Barker
|
f43e48a6f1
|
AP_Filesystem: correct comparison of signed/unsigned
Closes #14267
|
5 years ago |
Andrew Tridgell
|
f0fb64005d
|
AP_Filesystem: document extra restrictions in param.pck
|
5 years ago |
Andrew Tridgell
|
685d0666e9
|
AP_Filesystem: added README on VFS interface
|
5 years ago |
Andrew Tridgell
|
b519ebf512
|
AP_Filesystem: check for valid range for start and count
|
5 years ago |
Andrew Tridgell
|
f6d83069d3
|
AP_Filesystem: guarantee padding and added URI options
|
5 years ago |
Andrew Tridgell
|
3608bfe272
|
AP_Filesystem: added magic header for param.pck
|
5 years ago |
Andrew Tridgell
|
65749706c2
|
AP_Filesystem: fixed SITL build
|
5 years ago |
Andrew Tridgell
|
9b14fa7ed9
|
AP_Filesystem: enable @PARAM, @ROMFS and @SYS with no microSD
|
5 years ago |
Andrew Tridgell
|
cd3b4dcc7d
|
AP_Filesystem: added @SYS filesystem backend
|
5 years ago |
Andrew Tridgell
|
67fc23d01b
|
AP_Filesystem: support downloading parameters via ftp
adds @PARAM/param.pck as a packed file of all parameters
|
5 years ago |
Andrew Tridgell
|
bceee69a6c
|
AP_Filesystem: avoid some warnings in AP_Scripting
|
5 years ago |
Andrew Tridgell
|
10c709a5a1
|
AP_Filesystem: use @ROMFS
|
5 years ago |
Andrew Tridgell
|
a8f7212d79
|
AP_Filesystem: fixed open for write in ROMFS
|
5 years ago |
Andrew Tridgell
|
6583f7c13e
|
AP_Filesystem: added VFS system for multiple backends
|
5 years ago |
Andrew Tridgell
|
b49a76bb20
|
AP_Filesystem: fixed EOF on file read
should return number of bytes read. This fixes an issue with MAVProxy
ftp client
|
5 years ago |
Andrew Tridgell
|
1cb711d35d
|
AP_Filesystem: make SITL take paths relative to starting directory
this makes SITL filesystem behave more like a real device
|
5 years ago |
Andrew Tridgell
|
23b3000e3a
|
AP_Filesystem: make all semaphores recursive
the cost is very similar and this prevents an easy coding error which
can occur on less used code paths
|
5 years ago |
Andrew Tridgell
|
d9a6c81eec
|
AP_Filesystem: fixed set_mtime semaphore
|
5 years ago |