vrahane commented on code in PR #3090:
URL: https://github.com/apache/mynewt-core/pull/3090#discussion_r1348671656


##########
hw/usb/tinyusb/syscfg.yml:
##########
@@ -33,7 +33,7 @@ syscfg.defs:
     USBD_SYSINIT_STAGE:
         description: >
             Sysinit stage for USB device functionality.
-        value: 500
+        value: 21

Review Comment:
   CONSOLE_SYSINIT_STAGE Is set to 20 by default and that same level(syscfg) is 
used for CDC console. Tinyusb needs to be initialized before the CDC console if 
we want the CDC console to work fine by default, else it is going to have race 
conditions which is what we are seeing.



-- 
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...@mynewt.apache.org

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

Reply via email to