You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Gary-Hobson (via GitHub)" <gi...@apache.org> on 2023/07/11 09:18:16 UTC

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #9777: Rtt serial

Gary-Hobson opened a new pull request, #9777:
URL: https://github.com/apache/nuttx/pull/9777

   ## Summary
   Add RTT serial support
   
   usage:
     1. Connect Jlink, start JLinkGDBServer
        JLinkGDBServer -if SWD -device stm32h743zi -speed 16000
     2. Listen to the RTT port data and forward it to the virtual serial port
        sudo socat -d -d PTY,link=/dev/ttyRTT0,raw,ignoreeof TCP:127.0.0.1:19021,reuseaddr
     3. Read serial data
        minicom -D /dev/ttyRTT0
   
   Performance:(STM32H743, 400MHZ)
   time "dd if=/dev/zero of=/dev/console bs=512 count=2048"
   6.67 sec 157KB/s
   
   ## Impact
   
   ## Testing
   
   


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

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #9777: Add SEGGER RTT serial/console support

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #9777:
URL: https://github.com/apache/nuttx/pull/9777


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

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