incubator-nuttx/drivers/misc
zhanghongyu 0ead147841 rpmsgdev: support single read/write mode device
The default mode for Rpmsgdev is to read/write data as long as possible for
caller, this mode does not apply to tun devices, tun devices can read and
write only one complete ip packet at a time.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-08-11 15:29:32 +08:00
..
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
Make.defs drivers: add ascii drvier, returns a printable string of 0x21-0x7f 2023-07-12 11:13:37 -06:00
addrenv.c
dev_ascii.c drivers: add ascii drvier, returns a printable string of 0x21-0x7f 2023-07-12 11:13:37 -06:00
dev_null.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
dev_zero.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
lwl_console.c
mkrd.c
ramdisk.c drivers/ramdisk: don't free memory for romdisk 2023-07-28 07:40:53 -07:00
rpmsgblk.c rpmsgblk: add support for mmc_ioc_cmd/mmc_multi_ioc_cmd 2023-07-28 07:10:47 -07:00
rpmsgblk.h
rpmsgblk_server.c rpmsgblk: correct args of read operations 2023-07-28 07:10:47 -07:00
rpmsgdev.c rpmsgdev: support single read/write mode device 2023-08-11 15:29:32 +08:00
rpmsgdev.h rpmsgdev: support single read/write mode device 2023-08-11 15:29:32 +08:00
rpmsgdev_server.c rpmsgdev: support single read/write mode device 2023-08-11 15:29:32 +08:00
rwbuffer.c misc/rwbuffer: using unify lock function for lock and unlock 2023-07-28 05:10:39 -07:00