未验证 提交 9df6acc0 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1593 from Bluebear233/patch-5

[KCONFIG]添加pipe缓冲区大小配置
......@@ -4,6 +4,12 @@ config RT_USING_DEVICE_IPC
bool "Using device drivers IPC"
default y
if RT_USING_DEVICE_IPC
config RT_PIPE_BUFSZ
int "Set pipe buffer size"
default 512
endif
config RT_USING_SERIAL
bool "Using serial device drivers"
select RT_USING_DEVICE_IPC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册