Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.22 KB

Overview

Core libraries for AVR development. This code base is an attempt to make it easier to jump start more serious AVR projects.

Building

Build Status The core libraries are built using make. We also include a gradle project for useful tasks. Check out our docs on build process for further reading.

Documentation

Documentation Status API documentation can be found on ReadTheDocs.

Testing

We have extensive test suites for all our libraries. You can read more about our testing strategy here.

Contributing

We follow the Google C++ Style Guide.