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

No support for SEGGER RTT STDIO #774

Closed
anaoum opened this issue Mar 30, 2022 · 1 comment
Closed

No support for SEGGER RTT STDIO #774

anaoum opened this issue Mar 30, 2022 · 1 comment
Milestone

Comments

@anaoum
Copy link

anaoum commented Mar 30, 2022

It would be nice to be able to use SEGGER RTT as an STDIO driver in the the pico-sdk.

The main advantages of RTT over semihosting are the speed of data transfer and not halting execution.

RTT is widely used and even has support in OpenOCD.

@peterharperuk
Copy link
Contributor

Closing this as it's been done. Add the following to your cmake file...

pico_enable_stdio_rtt(hello_serial 1)

Or change the default.

cmake .. -DPICO_STDIO_RTT=1 -DPICO_STDIO_UART=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants