andrzej-kaczmarek commented on code in PR #3090:
URL: https://github.com/apache/mynewt-core/pull/3090#discussion_r1348700710


##########
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:
   I understand that but are you sure that changing default value for tinyusb 
from 500 to 21 will not introduce any side effects in other configurations (<- 
@kasjer)? You can add conditional restriction instead so newt will print error 
if CDC console is enabled and USBD_SYSINIT_STAGE >= 
CONSOLE_USB_CDC_SYSINIT_STAGE and then change USBD_SYSINIT_STAGE in your local 
config accordingly.



-- 
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