nuttx/drivers/pipes
Xiang Xiao 91c331f3fd pipe: Change the default of DEV_PIPE_MAXSIZE from 256/1024 to 65535
since both values have to typedef pipe_ndx_t to uint16_t,
it doesn't make sense to limit the size smaller than 65535

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-05 23:37:44 +01:00
..
fifo.c file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00
Kconfig pipe: Change the default of DEV_PIPE_MAXSIZE from 256/1024 to 65535 2022-02-05 23:37:44 +01:00
Make.defs drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
pipe_common.c pipe: pipe close should notify block writting, and write will return -EPIPE 2021-11-01 23:21:30 -05:00
pipe_common.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pipe.c file_operations: get back C89 compatible initializer 2022-01-11 02:14:00 +08:00