sjanc commented on issue #3109:
URL: https://github.com/apache/mynewt-core/issues/3109#issuecomment-1820924109

   you need to include console package in your app (or target)
   eg put this in your targets pkg.yml file:
   pkg.deps:
       - "@apache-mynewt-core/sys/console"
   
   
   After that you can tune console via syscfg.yml (by default full UART console 
is enabled), check repos/apache-mynewt-core/sys/console/full/syscfg.yml for 
details
   
   
   


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