rt-thread-official/components/dfs/dfs_v2/filesystems
Shell e763e51e49 feat: devfs: handling unit size in POSIX RW request
POSIX.1 says:
>  read() attempts to read up to count bytes from file descriptor fd
>  into the buffer starting at buf.

On the other hand, for rt_device_read, the `@size` is defined as the
number of unit (block size for blk device, otherwise one byte).

Changes:
- Transferred unit size from POSIX R/W(in bytes) to rt_device_R/W during
  request of file R/W operations.

Signed-off-by: Shell <smokewood@qq.com>
2024-11-13 22:56:07 -05:00
..
cromfs bsp: cvitek/c906B: feat: add config of bootfs 2024-07-29 20:16:54 +08:00
devfs feat: devfs: handling unit size in POSIX RW request 2024-11-13 22:56:07 -05:00
elmfat [clang-format] 增加clang-format格式化配置,通过ide或者手动运行tools/run-clang-format.py进行代码自动格式化 2024-04-21 01:18:37 -04:00
mqueue sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
ptyfs fixup: ptyfs: CI reported snprintf type issues 2024-09-01 15:12:34 -04:00
ramfs [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
romfs sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
skeleton [dfs] Add DFS v2.0 (#7606) 2023-06-10 21:35:25 +08:00
tmpfs [fix]fix tmpfs bug (#8970) 2024-06-13 08:54:02 +08:00
.ignore_format.yml [DFS] add Kconfig for dfs-v2.0 (#7156) 2023-04-04 15:02:56 +08:00
SConscript [DFS] add Kconfig for dfs-v2.0 (#7156) 2023-04-04 15:02:56 +08:00