Benjamin Valentin
|
85dd564f87
|
vfs: drop unused abs_path parameter
|
2022-09-29 22:01:37 +02:00 |
|
Benjamin Valentin
|
148651a94d
|
sys/fs/constfs: allow to host arbitrary data
Don't require data to be a uint8_t array to to be casted into one.
|
2022-06-12 19:39:27 +02:00 |
|
Benjamin Valentin
|
991f8e8c29
|
sys/fs/constfs: drop dummy implementations
VFS will handle it if those functions are not implemented.
|
2022-02-14 13:36:45 +01:00 |
|
chrysn
|
2cb4b70458
|
vfs / treewide: Remove manual zeroing of vfs stat buffers
|
2022-02-12 12:31:38 +01:00 |
|
Benjamin Valentin
|
8c2314647e
|
fs/constfs: omit leading '/' in readdir()
This aligns ConstFS readdir() implementation more with POSIX.
|
2022-02-08 16:28:51 +01:00 |
|
Leandro Lanzieri
|
4aebed2d46
|
sys/constfs: model Kconfig
|
2021-12-07 11:32:16 +01:00 |
|
Leandro Lanzieri
|
109b336833
|
sys/devfs: model Kconfig
|
2021-12-07 11:32:16 +01:00 |
|
Jan Romann
|
4384795cb9
|
treewide: Remove excessive newlines
|
2021-08-13 19:50:38 +02:00 |
|
Joakim Nohlgård
|
f941782442
|
devfs: Split devfs-random into two files using submodules
|
2021-03-24 11:57:44 +01:00 |
|
Bas Stottelaar
|
1b35d06a51
|
sys/*: realign ENABLE_DEBUG
|
2020-10-23 11:27:48 +02:00 |
|
Vincent Dupont
|
3bbd808628
|
devfs: add /dev/{urandom,hwrng} with random/hwrng
|
2019-05-29 15:50:25 +02:00 |
|
|
47fc4b0749
|
sys/auto_init: fix doxygen grouping
|
2018-06-11 19:12:02 +02:00 |
|
|
7d013eb2b6
|
sys: fix doxygen grouping
|
2018-06-11 19:12:02 +02:00 |
|
|
ed847a9fdd
|
sys: fs: constfs: DEBUG fixes
|
2018-01-15 14:37:05 +01:00 |
|
Martine Lenders
|
aeccb853a5
|
doc: fix doc hierarchy
|
2017-03-20 11:59:10 +01:00 |
|
Joakim Nohlgård
|
0371769e72
|
devfs: Dynamic file system for device nodes
|
2017-03-07 17:59:59 +01:00 |
|
Joakim Nohlgård
|
dcc37329df
|
sys/vfs: A virtual file system (VFS) layer for RIOT
The VFS layer provides file system abstractions to allow using a unified
interface to access files from mounted file systems.
|
2017-03-07 17:59:57 +01:00 |
|