Rust Toolchain for Xtensa
Version updated for https://github.com/esp-rs/xtensa-toolchain to version v1.7.0.
- This action is used across all versions by 618 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The xtensa-toolchain GitHub Action automates the installation of a custom Rust compiler fork with Xtensa architecture support, along with necessary toolchain binaries such as ldproxy. It simplifies the setup process for building and testing Rust projects targeting Espressif Xtensa-based chips, solving compatibility and dependency management issues. Key capabilities include configuring the toolchain version, default settings, supported build targets, and optional components like LLVM libraries.
What’s Changed
What’s Changed
- Add support for espup’s
--esp-riscv-gccflag by @jessebraham in https://github.com/esp-rs/xtensa-toolchain/pull/46
Full Changelog: https://github.com/esp-rs/xtensa-toolchain/compare/v1.6...v1.7.0