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

Document pinout in README #136

Open
redfast00 opened this issue Apr 17, 2024 · 5 comments
Open

Document pinout in README #136

redfast00 opened this issue Apr 17, 2024 · 5 comments

Comments

@redfast00
Copy link

No description provided.

@lurch
Copy link
Contributor

lurch commented Apr 17, 2024

This repo is for the debugprobe software, which can run on a Debug Probe, or a Pico, or an any number of other RP2040-based boards.
Documentation for the Debug Probe hardware (note the different capitalisation) can be found at https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html

@redfast00
Copy link
Author

In the releases of this repo, there is firmware for the Pico (debugprobe_on_pico.uf2); it could be useful to document what functions are on what pins of the Pi Pico. Now I had to dig through the source code (just to find that the reset pin functionality is not enabled by default, so I have to recompile anyways).

@redfast00
Copy link
Author

(This issue is more as a way to remind myself to create a PR)

@lurch
Copy link
Contributor

lurch commented Apr 17, 2024

@fduxiao
Copy link

fduxiao commented May 8, 2024

Hi @redfast00, I think the best way is not to document pinout in README, because you may change the pinout when compiling the binary. I think it's better to add pinout to binary info. You can read pin definition with picotool info debugprobe.uf2 -a. See my pull request #113.

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

No branches or pull requests

3 participants