avr: Add initial support for atmega32u4 chips
Signed-off-by: Trevor Jones <trevorjones141@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -42,6 +42,7 @@ MCU_PINS = {
|
||||
"atmega328": port_pins(5), "atmega328p": port_pins(5),
|
||||
"atmega644p": port_pins(4), "atmega1284p": port_pins(4),
|
||||
"at90usb1286": port_pins(6), "at90usb646": port_pins(6),
|
||||
"atmega32u4": port_pins(6),
|
||||
"atmega1280": port_pins(12), "atmega2560": port_pins(12),
|
||||
"sam3x8e": port_pins(4, 32),
|
||||
"samd21g": port_pins(2, 32),
|
||||
|
||||
Reference in New Issue
Block a user