Add logic for AT90USBxx7 where needed (#10203)
This commit is contained in:
parent
28ff51175b
commit
70fce6564f
5 changed files with 14 additions and 10 deletions
|
@ -280,7 +280,7 @@ ifneq ($(findstring STM32F411, $(MCU)),)
|
|||
DFU_SUFFIX_ARGS ?= -v 0483 -p DF11
|
||||
endif
|
||||
|
||||
ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286))
|
||||
ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb647 at90usb1286 at90usb1287))
|
||||
PROTOCOL = LUFA
|
||||
|
||||
# Processor frequency.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue