diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-06-04 19:34:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-06-05 10:52:45 -0400 |
commit | 3eafc8345885ff7d58c0124e518b240cbbaa8ecc (patch) | |
tree | 8a97d30951000819dd7f3074721ab25b3731b68f /Makefile | |
parent | 4326a3adced3788c774bf248d64776d730bafe0f (diff) | |
download | kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.gz kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.tar.xz kutter-3eafc8345885ff7d58c0124e518b240cbbaa8ecc.zip |
avr: Initial support for Atmel AT90USB1286 mcu
Add GPIO definitions for the AT90USB1286. Add code for communicating
over USB port on AT90USB1286.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ PYTHON=python # Source files src-y=sched.c command.c stepper.c basecmd.c gpiocmds.c spicmds.c endstop.c -DIRS=src src/avr src/simulator +DIRS=src src/avr src/simulator lib/pjrc_usb_serial # Default compiler flags cc-option=$(shell if test -z "`$(1) $(2) -S -o /dev/null -xc /dev/null 2>&1`" \ |