atsam: Add support for the SAM3X8C micro-controller

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-01-18 10:07:57 -05:00
parent 7327394c50
commit eb7842c221
4 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ MCU_PINS = {
"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),
"sam3x8e": port_pins(4, 32), "sam3x8c": port_pins(2, 32),
"sam4s8c": port_pins(3, 32), "sam4e8e" : port_pins(5, 32),
"samd21g": port_pins(2, 32),
"stm32f103": port_pins(5, 16),