An open API service indexing awesome lists of open source software.

https://github.com/dwtk/dwtk-makefile

A generic Makefile for AVR projects using dwtk.
https://github.com/dwtk/dwtk-makefile

Last synced: 3 months ago
JSON representation

A generic Makefile for AVR projects using dwtk.

Awesome Lists containing this project

README

        

# dwtk-makefile

A generic Makefile for AVR projects using dwtk.

## How to use

Just copy `Makefile` and `dwtk-config.mk` files to your project and adapt `dwtk-config.mk` to fit your project. The settings are mostly self-explanatory.

The example `dwtk-config-local.example.mk` local configuration file is also useful, but not required.

## Usage examples

There's a very simple example in the `example/` folder. The [`dwtk-ice`](https://github.com/dwtk/dwtk-ice) firmware is also a good example.