1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
Xiang Xiao 608d06e47a
fix(fsdrv) minor fs issue (#2682)
* fix(fs): replace all tab to space and other minor style fix

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(extra/fs): rename lv_fs_libs.h to lv_fsdrv.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(extra/fs/stdio): fix the wrong directory path in fs_dir_open

and remove the duplicated or platform specific code

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(extra/fs/posix): implement in fs_dir_read

and fix the wrong directory path in fs_dir_open

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* fix(extra/fs/posix): return file handle directly to avoid malloc

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-10-18 13:00:47 +02:00
..
2021-06-18 12:25:49 -04:00
2021-07-15 16:07:40 +02:00
2021-09-29 10:37:51 +02:00
2021-09-01 09:12:39 +02:00
2021-10-18 13:00:47 +02:00
2021-06-14 23:16:31 +02:00
2021-05-19 21:55:29 +02:00
2021-08-26 10:52:39 +02:00
2021-05-01 07:34:30 +02:00
2021-06-15 07:59:04 +02:00
2021-10-04 15:08:52 +02:00
2021-08-27 12:15:39 +02:00