-
-
Notifications
You must be signed in to change notification settings - Fork 423
Add riscv64 linux tools download support #2700
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@ ## master #2700 +/- ## ========================================== + Coverage 67.65% 67.67% +0.02% ========================================== Files 234 234 Lines 22205 22207 +2 ========================================== + Hits 15022 15028 +6 + Misses 6001 5998 -3 + Partials 1182 1181 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
eca75f8
to
add9b2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I've added the corresponding changes to the documentation.
Uh oh!
There was an error while loading. Please reload this page.
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Hello, I recently successfully built the arduino-cli and Arduino IDE 2.0 on the RISC-V architecture SBC, Sipeed Lichee Pi 3A, based on the Linux distribution openKylin that it supports. After testing, this PR allows us to smoothly download packages for the riscv64-linux architecture. This is the first step for Arduino to support the RISC-V platform, and I will submit more PRs in the future to fully support the operation of Arduino in a RISC-V architecture desktop environment.
2024年09月05日_10-07-58
What is the current behavior?
Currently, the RISC-V architecture is not yet supported.
What is the new behavior?
The tools for the RISC-V architecture can be downloaded correctly.
Does this PR introduce a breaking change, and is titled accordingly?
Other information