..
addrenv.c
drivers: Move the common driver to misc folder
2022-03-12 02:48:21 +08:00
CMakeLists.txt
cmake: fix CMake build break
2023-07-15 23:32:36 +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
Kconfig: Simplify the conditional default statement
2023-07-16 14:39:20 -03: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
drivers: Move the common driver to misc folder
2022-03-12 02:48:21 +08:00
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
nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems()
2023-02-09 20:05:44 +08:00
rpmsgblk_server.c
drivers/misc/rpmsgblk: fix build break if CONFIG_DISABLE_PSEUDOFS_OPERATIONS
2023-08-11 21:20:40 +08: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