mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
Revert "boards/defconfig: remove fixed CDCACM BUFFER SIZE"
Build Documentation / build-html (push) Has been cancelled
Build Documentation / build-html (push) Has been cancelled
Use configuration CDCACM_DISABLE_TXBUF or CDCACM_DISABLE_RXBUF to choose
whether to use usb req buffer as the serial buffer. Since the default
value is n (not using req buf), the original configuration of buf is valid.
This reverts commit 21c8ed80bd.
This commit is contained in:
@@ -25,6 +25,8 @@ CONFIG_BUILTIN=y
|
||||
CONFIG_CDCACM=y
|
||||
CONFIG_CDCACM_EPBULKIN=3
|
||||
CONFIG_CDCACM_EPINTIN=4
|
||||
CONFIG_CDCACM_RXBUFSIZE=257
|
||||
CONFIG_CDCACM_TXBUFSIZE=193
|
||||
CONFIG_DEBUG_ASSERTIONS=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
CONFIG_DEBUG_FULLOPT=y
|
||||
|
||||
Reference in New Issue
Block a user