nuttx/drivers/misc
liaoao 2ebc8aff16 rpmsgblk: get return value from header
cookie->result as the return value of rpmsg operations,
it should get from remote response.

Signed-off-by: liaoao <liaoao@xiaomi.com>
2023-07-14 13:34:53 +08:00
..
addrenv.c
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
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
Kconfig drivers: add ascii drvier, returns a printable string of 0x21-0x7f 2023-07-12 11:13:37 -06:00
lwl_console.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
Make.defs drivers: add ascii drvier, returns a printable string of 0x21-0x7f 2023-07-12 11:13:37 -06:00
mkrd.c
ramdisk.c fs: Add model field to geometry and mtd_geometry_s 2023-01-31 11:50:28 -03:00
rpmsgblk_server.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgblk.c rpmsgblk: get return value from header 2023-07-14 13:34:53 +08:00
rpmsgblk.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgdev_server.c nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rpmsgdev.c rpmsg: support the fdsan feature for rpmsg dev/mtd/blk 2023-06-17 19:34:39 +08:00
rpmsgdev.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
rwbuffer.c Fix missing instantiation of return value in rwb_mediaremoved. 2023-04-27 17:03:25 +08:00