Skip to content

apcountryman/picolibrary-microchip-megaavr

Repository files navigation

picolibrary-microchip-megaavr

CI Contributor Covenant

picolibrary Hardware Interface Layer (HIL) for Microchip megaAVR microcontrollers.

Obtaining the Source Code

HTTPS:

git clone --recurse-submodules https://github.com/apcountryman/picolibrary-microchip-megaavr.git

SSH:

git clone --recurse-submodules git@github.com:apcountryman/picolibrary-microchip-megaavr.git

Documentation

Library usage documentation, and documentation for major library features can be found at https://apcountryman.github.io/picolibrary-microchip-megaavr/. All other documentation is embedded in the library source code.

Versioning

picolibrary-microchip-megaavr follows the Abseil Live at Head philosophy.

Workflow

picolibrary-microchip-megaavr uses the GitHub flow workflow.

Git Hooks

To install this repository's Git hooks, execute the install script located in the git/hooks directory. See the install script's help text for usage details.

./git/hooks/install --help

Code of Conduct

picolibrary-microchip-megaavr 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 picolibrary-microchip-megaavr, please read the CONTRIBUTING.md file in this repository.

Authors

  • Andrew Countryman
  • Jay Lamb

License

picolibrary-microchip-megaavr is licensed under the Apache License, Version 2.0. For more information, see the LICENSE file in this repository.