acassis commented on issue #7331:
URL: 
https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1287831046

   @abdallah-ali-abdallah I have a suggestion: keep CONFIG_NSH_USBCONSOLE 
enabled and don't define the CONFIG_NSH_USBCONDEV, it should put use 
/dev/console as USB Console:
   
   ```
   /* The default USB serial console device */
   
   #  ifndef CONFIG_NSH_USBCONDEV
   #    if defined(CONFIG_CDCACM)
   #      define CONFIG_NSH_USBCONDEV "/dev/ttyACM0"
   #    elif defined(CONFIG_PL2303)
   #      define CONFIG_NSH_USBCONDEV "/dev/ttyUSB0"
   #    else
   #      define CONFIG_NSH_USBCONDEV "/dev/console"
   #    endif
   #  endif
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to