mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
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>
This commit is contained in:
parent
4326a3adce
commit
3eafc83458
10 changed files with 1239 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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`" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue