rt-thread/components/libc/posix/io
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
..
aio uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
stdio sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
termios fix compiling warning. 2022-12-26 14:24:26 +08:00
README.md [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
SConscript [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00

README.md

This folder contains:

sub-folders description
aio Asynchronous I/O
mman Memory-Mapped I/O
poll Nonblocking I/O
stdio Standard Input/Output I/O
termios Terminal I/O