arm-none-eabi-gcc-action

GitHub Action to set-up the `arm-none-eabi-gcc` GNU Arm Embedded Toolchain.

MIT License

Stars
88
Committers
8

Bot releases are hidden (Show)

arm-none-eabi-gcc-action - v1.9.1 Latest Release

Published by carlosperate 3 months ago

Fixed

  • In macOS arm64, if a GCC version doesn't have an arm64 release, use x86_64 instead

Changed

  • Better error message when a GCC version does not have a release for the platform

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.9.0...v1.9.1

arm-none-eabi-gcc-action - v1.9.0

Published by carlosperate 3 months ago

Added

  • 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

  • Security update for third party dependencies (#52) (#53)

New Contributors

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.8.2...v1.9.0

arm-none-eabi-gcc-action - v1.8.2

Published by carlosperate 5 months ago

Changed

  • Updated @actions core and cache dependencies.

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.8.1...v1.8.2

arm-none-eabi-gcc-action - v1.8.1

Published by carlosperate 9 months ago

Changed

  • Action: Move action from node v16 to v20 (#50, thanks @amyspark!)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1...v1.8.1

arm-none-eabi-gcc-action - v1.8.0

Published by carlosperate 12 months ago

Added

  • Add 13.2.Rel1 Arm GNU Toolchain release (#47, thanks @tannewt!)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.7.1...v1.8.0

arm-none-eabi-gcc-action - v1.7.1

Published by carlosperate about 1 year ago

arm-none-eabi-gcc-action - v1.7.0

Published by carlosperate about 1 year ago

Added

  • Add 12.3.Rel1 Arm GNU Toolchain release (#43)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.6.3...v1.7.0

arm-none-eabi-gcc-action - v1.6.3

Published by carlosperate over 1 year ago

arm-none-eabi-gcc-action - v1.6.2

Published by carlosperate over 1 year ago

arm-none-eabi-gcc-action - v1.6.1

Published by carlosperate over 1 year ago

arm-none-eabi-gcc-action - v1.6.0

Published by carlosperate almost 2 years ago

Added

  • Add 12.2.Rel1 Arm GNU Toolchain release (#34)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.5.2...v1.6.0

arm-none-eabi-gcc-action - v1.5.2

Published by carlosperate almost 2 years ago

Changed

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.5.1...v1.5.2

arm-none-eabi-gcc-action - v1.5.1

Published by carlosperate about 2 years ago

arm-none-eabi-gcc-action - v1.5.0

Published by carlosperate about 2 years ago

Added

  • Add 11.3.Rel1 Arm GNU Toolchain release (#25)

Changed

  • Convert GCC versions to Semver more strictly (no changes tu user facing functionality)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.4.0...v1.5.0

arm-none-eabi-gcc-action - v1.4.0

Published by carlosperate over 2 years ago

Added

  • 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

Changed

  • Improve internal processing of 'latest' gcc release tag (#24)
  • Updated node dependencies with security updates (#22, #23)

Full Changelog: https://github.com/carlosperate/arm-none-eabi-gcc-action/compare/v1.3.0...v1.4.0

arm-none-eabi-gcc-action - v1.3.0

Published by carlosperate almost 3 years ago

Added

  • Compiler bin/ directory path exported as an action output
  • If a path-env-var input is provided, the compiler bin/ directory path is
    exported as an environmental variable of that name
arm-none-eabi-gcc-action - v1.2.0

Published by carlosperate almost 3 years ago

Added

  • 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
arm-none-eabi-gcc-action - v1.1.1

Published by carlosperate almost 3 years ago

Fixed

  • Updated latest tag to point to 10.3-2021.10
arm-none-eabi-gcc-action - v1.1.0

Published by carlosperate almost 3 years ago

Added

  • Latest arm-none-eabi-gcc release: 10.3-2021.10
  • MD5 checks on the downloads
arm-none-eabi-gcc-action - v1.0.0

Published by carlosperate almost 3 years ago

Initial release.

Package Rankings
Top 3.74% on Github actions
Badges
Extracted from project README
CI CI CI
Related Projects