build-avr-gcc
avr-gcc
build script.
Obtaining the Source Code
HTTPS:
git clone https://github.com/apcountryman/build-avr-gcc.git
SSH:
git clone git@github.com:apcountryman/build-avr-gcc.git
Usage
See the avr-gcc
build script's help text and device family packs install script's help
text for usage details.
./build-avr-gcc --help
./install-device-family-packs --help
Versioning
Post version 0.1.0, build-avr-gcc
will follow the Abseil Live at Head
philosophy.
Workflow
build-avr-gcc
uses the GitHub flow
workflow.
Git Hooks
To install this repository's Git hooks, run the install
script located in the
git/hooks
directory.
See the script's help text for usage details.
$ ./git/hooks/install --help
Code of Conduct
build-avr-gcc
has adopted the Contributor Covenant 2.0 code of conduct.
For more information, see the CODE_OF_CONDUCT.md
file in this
repository.
Contributing
If you are interested in contributing to build-avr-gcc
, please read the
CONTRIBUTING.md
file in this repository.
Authors
- Andrew Countryman
License
build-avr-gcc
is licensed under the Apache License, Version 2.0.
For more information, see the LICENSE file in this repository.