mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-28 21:10:23 +08:00
Grissiom
d683d32bd5
device/pipe: add nonblocking read/write and force write mode
The previous implementation will always blocks the reader/writer. However, at least FinSh would expect the device to be nonblocking --- read should return 0 when there is no data in it.
Description
Languages
C
97.6%
Assembly
1.9%
Python
0.3%
HTML
0.1%