No description
Find a file
2015-09-15 19:06:25 -05:00
.gitignore support multiple source files, dependency analysis 2015-08-28 19:42:41 -05:00
main.cc WIP AD9850 frequency ramp (untested) 2015-09-15 19:06:25 -05:00
Makefile support multiple source files, dependency analysis 2015-08-28 19:42:41 -05:00
README.md Additional notes about using this project 2015-08-27 08:14:30 -05:00
serial-polling.c WIP AD9850 frequency ramp (untested) 2015-09-15 19:06:25 -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