boards/defconfig: remove fixed CDCACM BUFFER SIZE

Use usb req buf to replaced cdcacm rxbuffer and txbuffer,
so this macro is no longer needed.

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
This commit is contained in:
yangsong8
2025-03-04 17:50:39 +08:00
committed by Alan C. Assis
parent c497c5feb0
commit 21c8ed80bd
44 changed files with 8 additions and 96 deletions
@@ -25,8 +25,6 @@ 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