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

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

whoenig
Copy link
Contributor

@whoenig whoenig commented Apr 1, 2019

Segger Real Time Transfer (RTT) is a high-speed protocol that can
be used with JLink debug probes. It allows to exchange data much
faster than radio or uart by using shared memory and SWO. It can
be used for debugging (printing inside interrupt routines works fine)
or sensor data collection (as long as the CF is connected via debug
cable).

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 much
faster than radio or uart by using shared memory and SWO. It can
be used for debugging (printing inside interrupt routines works fine)
or sensor data collection (as long as the CF is connected via debug
cable).

Tested with JLink EDU Mini and CF2.0.
@whoenig
Copy link
Contributor Author

whoenig commented Apr 1, 2019

Note that the license specifically allows redistribution, as long as the license file is kept (which I did). I find RTT very useful for development/debugging and even the EDU Mini supports RTT (which is cheap enough to be used by educational institutions.)

@ataffanel ataffanel merged commit 37e98de into bitcraze:master Apr 4, 2019
@ataffanel
Copy link
Member

Thanks for the PR. License-wise this looks like a classical 3-Clause BSD license which is alright.

@whoenig whoenig deleted the feature_segger_rtt branch April 4, 2019 16:52
@krichardsson krichardsson added this to the next-release milestone Aug 13, 2019
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this pull request Sep 27, 2024
Added support in log-config dialog to trigger on item-selection and display progressbar accordingly.
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