All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
14.2.Rel1
Arm GNU Toolchain release (#61)
- In macOS arm64, if a GCC version doesn't have an arm64 release, use x86_64 instead
- Better error message when a GCC version does not have a release for the platform
- Add
13.3.Rel1
Arm GNU Toolchain release (#55) - Add support for Linux arm64 GH Actions runners (#48) (thanks @leoli0605 !)
- Add support for macOS arm64 GH Actions runner
- Security update for third party dependencies (#52) (#53)
- Updated
@actions
core
andcache
dependency.
- Move action from node v16 to v20 (#50)
- Add
13.2.Rel1
Arm GNU Toolchain release (#47)
- Security update for third party dependencies.
- Add
12.3.Rel1
Arm GNU Toolchain release (#43)
- Security update for third party dependencies.
- Security update for third party dependencies.
- Add
12.2.Rel1
Arm GNU Toolchain release (#34)
- Updated
@actions/core
dependency to remove warnings about deprecations. - Updated all the other dependencies as well
- Security update for
@actions/core
dependency.
- Add
11.3.Rel1
Arm GNU Toolchain release (#25)
- Convert GCC versions to Semver more strictly (no changes tu user facing functionality)
- Add
11.2-2022.02
release (#24)- Note that on this release the toolchain has been renamed from "GNU Arm Embedded Toolchain" to "Arm GNU Toolchain"
- Improve internal processing of 'latest' gcc release tag (#24)
- Updated node dependencies with security updates (#22, #23)
- Compiler
bin/
directory path exported as an action output - If a
path-env-var
input is provided, the compilerbin/
directory path is exported as an environmental variable of that name
- Caching is enabled for faster runs, time went down from usually around 30s to usually less than 5s.
- Some released did not provide MD5 values, so they have been manually calculated and added
- Improved documentation
- Improved testing
- Updated
latest
tag to point to10.3-2021.10
- Latest arm-none-eabi-gcc release:
10.3-2021.10
- MD5 checks on the downloads
Initial release.