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.
- Host: GitHub
- URL: https://github.com/dwtk/dwtk-makefile
- Owner: dwtk
- License: bsd-3-clause
- Created: 2020-03-08T22:34:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T01:26:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T04:42:34.347Z (4 months ago)
- Language: Makefile
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.