Awesome
<div align="center">asdf-gcc-arm-none-eabi
Arm GNU Toolchain bare-metal target (arm-none-eabi) plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,tar
,unzip
: generic POSIX utilities.
Install
Plugin:
asdf plugin add gcc-arm-none-eabi
# or
asdf plugin add gcc-arm-none-eabi https://github.com/dlech/asdf-gcc-arm-none-eabi.git
gcc-arm-none-eabi:
# Show all installable versions
asdf list-all gcc-arm-none-eabi
# Install specific version
asdf install gcc-arm-none-eabi latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gcc-arm-none-eabi latest
# Now gcc-arm-none-eabi commands are available
arm-none-eabi-gcc --version
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © David Lechner