Age | Commit message (Collapse) | Author |
|
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
|
|
Avoids the new Wunterminated-string-literal when compiled with gcc 15.1.
It would be preferable to just disable this warning, but Clang
-Wunknown-warning-option kicks in even when disabling warnings so this
becomes fiddly to apply.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
|
|
Getting this to work required fixing a small issue in `lfs2_util.h`, which
has been submitted upstream.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
|
|
Going above the root directory (/../foo) now gives an error. This is an
intentional change made by LittleFS. It required a update of the testsuite
and is a (minor) compatibility break.
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
|
|
Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>
|
|
To prevent compiler warnings (eg on clang).
Signed-off-by: Damien George <damien@micropython.org>
|
|
To prevent warnings about this function being unused when malloc is
disabled.
Signed-off-by: Damien George <damien@micropython.org>
|
|
At commit 40dba4a556e0d81dfbe64301a6aa4e18ceca896c
Signed-off-by: Damien George <damien@micropython.org>
|
|
To prevent warnings about this function being unused when assertions are
disabled.
Signed-off-by: Damien George <damien@micropython.org>
|
|
At commit 1a59954ec64ca168828a15242cc6de94ac75f9d1
Signed-off-by: Damien George <damien@micropython.org>
|
|
At commit a049f1318eecbe502549f9d74a41951985fb956f
|
|
|
|
|
|
|