Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)

This commit is contained in:
fauxpark
2019-09-06 07:50:43 +10:00
committed by Yan-Fa Li
parent 12812fa6a4
commit 98599173d7
8 changed files with 1 additions and 147 deletions

View File

@@ -3,15 +3,3 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
# Extra source files for IS3731 lighting
SRC = TWIlib.c issi.c lighting.c
# Processor frequency.
F_CPU = 16000000
# Target architecture (see library "Board Types" documentation).
ARCH = AVR8
# Input clock frequency.
F_USB = $(F_CPU)
# Interrupt driven control endpoint task(+60)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT