Revert "boards/defconfig: remove fixed CDCACM BUFFER SIZE"
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:
yangsong8
2025-03-27 12:01:59 +08:00
committed by Lup Yuen Lee
parent e8f9570ffd
commit c4001b2433
44 changed files with 96 additions and 8 deletions
@@ -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