No description
Find a file
2017-05-03 07:41:23 -05:00
.gitignore initial commit 2015-08-26 21:59:23 -05:00
main.cc initial commit 2015-08-26 21:59:23 -05:00
Makefile initial commit 2015-08-26 21:59:23 -05:00
README.md Add a note about development status 2017-05-03 07:41:23 -05:00

avr-minimal

A minimal avr-libc project with stdio

You might want a udev rule that looks like this:

ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", OWNER="you"

make builds main.elf and programs the device if it is attached.

make communicate opens GNU screen to interact with the device over serial.

Use Makefile.local to make custom settings such as the correct path to your device in /dev/serial/by-id.

The Makefile does not have dependency tracking, so put all code in main.cc directly.

License: GNU Permissive License

Development status

The author (@jepler) is not actively using or developing this project. Issues and pull requests are not likely to be acted on. I would be interested in passing this project to a new maintainer.