Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DEBUG_PRINT using SEGGER RTT #30

Merged
merged 1 commit into from
May 14, 2019

Conversation

whoenig
Copy link
Contributor

@whoenig whoenig commented May 14, 2019

Segger Real Time Transfer (RTT) is a high-speed protocol that can
be used with JLink debug probes. It allows to exchange data very
fast by using shared memory and SWO. It can be used for debugging
(printing inside interrupt routines works fine).

Tested with JLink EDU Mini and CF2.0.

Segger Real Time Transfer (RTT) is a high-speed protocol that can
be used with JLink debug probes. It allows to exchange data very
fast by using shared memory and SWO. It can be used for debugging
(printing inside interrupt routines works fine).

Tested with JLink EDU Mini and CF2.0.
@ataffanel ataffanel merged commit e6be73e into bitcraze:master May 14, 2019
@ataffanel
Copy link
Member

Thanks! merged.

@whoenig whoenig deleted the feature-segger-rrt branch May 14, 2019 16:04
@krichardsson krichardsson added this to the next-release milestone Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants