Junjie Wang
|
166c83f372
|
[DFS_V1]修复 dfs_file_stat 一个 FATFS 根目录会失败的问题 (#7940)
|
2023-08-20 08:46:09 +08:00 |
Junjie Wang
|
b3831246c2
|
[DFS_V1] 修复close失败后不释放fd导致内存被永久占用且无法释放 (#7907)
|
2023-08-03 15:42:54 +08:00 |
xiao-mang
|
befa951451
|
modify some function prototypes of the dfs_file_ops structure and the function declarations based on it (#7849)
|
2023-07-24 09:12:35 +08:00 |
Bernard Xiong
|
9600b75b55
|
[DFS] prepare for dfs_v2.0 (#7200)
* [DFS] prepare for dfs_v2. dfs_fd -> dfs_file; dfs_fnode -> dfs_vnode.
* [BSP] fix code analysis warning
* [smart] fix the pointer overflow.
* code format
* [smart] fix the lwp->lwp_obj checking.
|
2023-04-08 22:25:51 +08:00 |
Bernard Xiong
|
23955edf53
|
[DFS] add Kconfig for dfs-v2.0 (#7156)
* [DFS] add Kconfig for dfs-v2.0
* [DFS] Optimize the SConscript.
* [dfs] move old dfs to dfs/dfs_v1
|
2023-04-04 15:02:56 +08:00 |