rt-thread-official/components/dfs/dfs_v2
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
..
filesystems feat: devfs: handling unit size in POSIX RW request 2024-11-13 22:56:07 -05:00
include fixup: dfsv2: seq: aligned proto of lseek to manual 2024-09-14 13:30:53 -04:00
src fixup: dfsv2: seq: aligned proto of lseek to manual 2024-09-14 13:30:53 -04:00
SConscript Sync dfs lwp (#8123) 2023-10-17 13:07:59 +08:00