You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/17 22:33:03 UTC

[GitHub] vrahane opened a new pull request #423: MYNEWT-813 RTT console i/p limited to 16 chrs

vrahane opened a new pull request #423: MYNEWT-813 RTT console i/p limited to 16 chrs
URL: https://github.com/apache/mynewt-core/pull/423
 
 
   - Segger RTT takes input of 16 max based on BUFFER_SIZE_DOWN defined in
   hw/drivers/rtt/include/rtt/SEGGER_RTT_Conf.h. This should be made a
   syscfg. I was seeing issues with Thingy with jLinkExe version 6.00c, where I
   could not issue sensor read command on it, based on the echo it seems
   that the code just takes 16 characters of input.
   Fix is to define MYNEWT_VAL(RTT_BUFFER_SIZE_DOWN) in syscfg.yml and set
   it by default to a higher number if somebody would like to get it
   working with jLinkExe version 6.00c.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services