-
-
Notifications
You must be signed in to change notification settings - Fork 446
Added Windows/ARM64 target host "flavor" for tools. #3035
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
60c3494 to
b101264
Compare
b101264 to
e8a71d0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3035 +/- ##
=======================================
Coverage 69.36% 69.37%
=======================================
Files 241 241
Lines 18585 18591 +6
=======================================
+ Hits 12892 12898 +6
Misses 4496 4496
Partials 1197 1197
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
TL;DR: If a tool or component is missing in the ARM64 flavour, it should work okay thanks to the Prism emulation. Adding just a couple of notes as a long-time user of Arduino tools on Windows for ARM (via Parallels on Mac with Apple Silicon). Arduino IDE, Arduino CLI, and related tools built for x86/amd64 work out of the box on Windows for ARM thanks to the Prism emulation platform (see more https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation). I've been using them in various scenarios, and even the PLC IDE works seamlessly (based on ArduinoCore-mbed, the |
There is the Prism emulation layer that guarantees compatibility.
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.mdhas been updated with a migration guide (for breaking changes)configuration.schema.jsonupdated if new parameters are added.What kind of change does this PR introduce?
Adds the Windows/ARM64 pair to the list of supported tools "flavor".
What is the current behavior?
Windows/ARM64 is not supported, there is no way to add support for such hardware combination.
What is the new behavior?
Windows/ARM64 is supported.
Does this PR introduce a breaking change, and is titled accordingly?
No
Other information