nuttx/fs/driver
jingfei c3010eafab fs/mtd/proxy:Replaced heap allocation of temporary device names
To simplify the handling of Block devices and MTD devices,
the unique_chardev and unique_blkdev functions now use local
variable names instead of allocating device names from the heap.

Signed-off-by: jingfei <jingfei@xiaomi.com>
2026-01-14 09:25:08 +08:00
..
CMakeLists.txt
driver.h
fs_blockmerge.c
fs_blockpartition.c
fs_blockproxy.c fs/mtd/proxy:Replaced heap allocation of temporary device names 2026-01-14 09:25:08 +08:00
fs_closeblockdriver.c
fs_closemtddriver.c
fs_findblockdriver.c
fs_finddriver.c
fs_findmtddriver.c
fs_mtdpartition.c
fs_mtdproxy.c fs/mtd/proxy:Replaced heap allocation of temporary device names 2026-01-14 09:25:08 +08:00
fs_openblockdriver.c
fs_registerblockdriver.c
fs_registerdriver.c
fs_registermtddriver.c
fs_registerpipedriver.c
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_unregistermtddriver.c
fs_unregisterpipedriver.c
Make.defs