Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
codecovbot commentedNov 4, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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:
|
manchoz commentedNov 5, 2025
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 morehttps://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.
28dbc33 intoarduino:masterUh oh!
There was an error while loading.Please reload this page.
Please check if the PR fulfills these requirements
Seehow 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 istitled accordingly?
No
Other information