You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/02/16 11:39:20 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2772: tinyusb: Add TinyUSB loging

kasjer opened a new pull request #2772:
URL: https://github.com/apache/mynewt-core/pull/2772


   TinyUSB provides logs that can be enabled in tusb_config.h
   
   This provides syscfg value that can enable those logs when needed.
   
   When logs are enabled due to printf usage USBD_STASK_SIZE need to be increased,
   and maybe some other tasks stacks that call TinyUSB functions.
   It is also recommended having UART baudrate set to 1000000 or higher.
   Recommended additional settings for logs:
   CONSOLE_UART: 1
   CONSOLE_UART_BAUD: 1000000
   CONSOLE_UART_TX_BUF_SIZE: 512


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

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



[GitHub] [mynewt-core] kasjer merged pull request #2772: tinyusb: Add TinyUSB loging

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2772:
URL: https://github.com/apache/mynewt-core/pull/2772


   


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

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