Marian Buschsieweke
|
cac44edec7
|
tree-wide: replace multiple empty lines with one
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
|
2025-05-21 22:51:04 +02:00 |
|
KSKNico
|
e6b17fa5cb
|
sys: replace header guards with #pragma once
|
2025-05-16 19:40:06 +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 |
|
|
|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02:00 |
|
Martine Lenders
|
aeccb853a5
|
doc: fix doc hierarchy
|
2017-03-20 11:59:10 +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 |
|