incubator-nuttx/drivers/spi
Xiang Xiao b0a0ba3ad7 fs: Move mmap callback before truncate in [file|mountpt]_operations
since mmap may exist in block_operations, but truncate may not,
moving mmap beforee truncate could make three struct more compatible

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-04 17:43:59 +02:00
..
Kconfig
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
qspi_flash.c
spi_bitbang.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
spi_driver.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
spi_flash.c
spi_slave_driver.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
spi_transfer.c