This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 235
Updating Arduino CLI
Ben McMorran edited this page Feb 14, 2023
·
1 revision
This extension bundles Arduino CLI to simplify setup for new users. Whenever Arduino releases a new version of Arduino CLI, take the following steps to update the bundled version:
- Update the version number in
build/assets.json
to reflect the tag associated with the Arduino CLI release on GitHub. - Update all asset names in
build/assets.json
to reflect the new version number. - Download all assets from GitHub, compute SHA256 hashes of the assets, and update the hash values in
build/assets.json
. - If Arduino CLI supports new platforms (that VS Code also supports) in the new release, add new asset entries for these new platforms.
- Update
cgmanifest.json
with new URLs to all assets. - If list of supported platforms has changed, update this mapping of platform names to executable names.
- Create and merge a PR with these changes.
- Download the source code archive for the new Arduino CLI release, verify that it contains a
LICENSE.txt
file, and then upload the archive to the Microsoft Third Party Source disclosure portal.