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

Configuring UART pins does not change hardware interface used #1

Closed
Gadgetoid opened this issue Dec 8, 2020 · 0 comments · Fixed by #7
Closed

Configuring UART pins does not change hardware interface used #1

Gadgetoid opened this issue Dec 8, 2020 · 0 comments · Fixed by #7

Comments

@Gadgetoid
Copy link

I had to dip into cdc_uart.c and change uart1 to uart0 since I wanted to use pins 0 and 1 on the board I was using as a debugger.

There should probably be a define for this in picoprobe_config.h

Also- can we get some kind of indicator LED support or hook to customise one? The board I'm using has an RGB LED onboard and I'm basically toggling a LED element in probe_handle_read and probe_handle_write which gives me some "I'm alive" indication, though it's a little rough around the edges.

P.S. this is awesome!

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 a pull request may close this issue.

1 participant