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

command: pass optional baudrate argument to swo_init in Manchester mode #2074

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Misaka0x2730
Copy link
Contributor

Detailed description

I'm working on a custom platform, and because my Manchester decoding implementation is based on the RP2040 PIO, I need to pass the incoming signal's baud rate to the device in Manchester mode as well.
I believe this change will not affect other platforms, since the baudrate argument in the swo command is optional, and in the general swo_init implementation, the baudrate is only used in UART mode.

Your checklist for this pull request

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.

1 participant