-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/rpi-pico-w: fix too large board image #19159
Conversation
I confirm that this PR is improving the situation (see https://ci.riot-os.org/results/1c8978cdd053462a935bc50c88ba4ce8/doc-preview/group__boards__rpi__pico__w.html) |
But not sure why the check-labels action is failing. Can you eventually rebase your branch on top of latest master (git pull --rebase origin master, assuming origin is the upstream remote) ? |
the action is currently broken (since #19101), but also not required. |
6705cd2
to
1ecdc10
Compare
I rebased PR on top of current RIOT/master. |
bors merge |
Build succeeded: |
Contribution description
PR #19071 adds Raspberry Pico W board to RIOT. Unfortunately, current Doxygen version used for generation boards documentation available in RIOT webpage, do not scale images. In effect current documentation presents to users very, very huge board image. This PR change this image to smaller one, like in other boards.
Testing procedure
and compare with current documentation.
Issues/PRs references
PR #19071