dist/tools: Move picosdk to pkg folder, improve picotool.sh script#21629
dist/tools: Move picosdk to pkg folder, improve picotool.sh script#21629crasbe merged 2 commits intoRIOT-OS:masterfrom
picosdk to pkg folder, improve picotool.sh script#21629Conversation
|
TODO: Update the warning message about the TODO: Use the opportunity to update to |
The script already printed the path where to find the rules. However, the latest release changed the name of the
I decided against that and will postpone it until after the RP2350 support is merged to avoid breaking something with the update. |
picosdk to pkg folderpicosdk to pkg folder, improve picotool.sh script
|
The goat at it again 👍 |
|
Just squash it man.. :p |
|
Hooray |
|
No point in adding this to the merge queue yet until the Cryptocell issue is fixed 🫠 |
Contribution description
The
picosdkis required for the RP2350 support #21545 and it would be convenient to use it through theUSEPKGmechanism.TODO: I think I removed too much from thepicotoolMakefile. Thepicotoolhas to be built for the RP2040 as well, but that does not use thepicosdk.Fixed.
Ping @AnnsAnns :)
I decided it would be easier if I create a separate PR (I'll send you a modified patch later for your PR), see the TODO...
Testing procedure
Make sure
BOARD=rpi-pico make -C tests/minimal flashstill works.Issues/PRs references
Requirement for #21545.