rt-thread/components/dfs
a1012112796 5370d4da50 replace `rt_enter_critical` with `dfs_lock` for list_fd
I found that if use mutex in `rt_kprintf`,
the `rt_enter_critical` will create a assert
error later. after chehcking,I found all
operation with fd_table has using
`dfs_lock/unlock` to protect. so I think
using `dfs_lock` is enough. thanks.

Signed-off-by: a1012112796 <1012112796@qq.com>
2022-11-09 22:41:15 -05:00
..
filesystems [fix] Fix simulator compilation warnings (#6438) 2022-09-20 10:31:11 -04:00
include [update] move dfs_posix.h to legacy/dfs/dfs_posix.h 2022-01-14 23:09:32 +08:00
src replace `rt_enter_critical` with `dfs_lock` for list_fd 2022-11-09 22:41:15 -05:00
Kconfig [components][kconfig] 整理Kconfig目录名称和结构 (#5698) 2022-03-25 23:07:18 +08:00
SConscript Merge pull request #5277 from mysterywolf/compatibility 2021-11-24 17:37:25 +08:00