Added Windows/ARM64 target host "flavor" for tools. by cmaglie · Pull Request #3035 · arduino/arduino-cli (original) (raw)
Please check if the PR fulfills these requirements
- The PR has no duplicates (please search among the Pull Requests
before creating one) - The PR follows
our contributing guidelines - Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
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