mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 01:34:58 +08:00
This config doesn't have any STM32_USART enabled, but because it have CDC_ACM if we disable CONFIG_SERIAL we are getting others dependence error. So the solution here was enable the serial port CONFIG_STM32_USART3. Signed-off-by: Alan C. Assis <acassis@gmail.com>