aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/pins.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-03-01 11:22:32 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-03-01 19:03:34 -0500
commitd57bc79513462d2ebecb72062458bc6077ad48ef (patch)
tree5c8b297b00564434a6773216e498526d083207e4 /klippy/pins.py
parentd33c4820bd9f9d8d6301270c846757ee4c3d362c (diff)
downloadkutter-d57bc79513462d2ebecb72062458bc6077ad48ef.tar.gz
kutter-d57bc79513462d2ebecb72062458bc6077ad48ef.tar.xz
kutter-d57bc79513462d2ebecb72062458bc6077ad48ef.zip
atsamd: Use the full micro-controller name for CONFIG_MCU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/pins.py')
-rw-r--r--klippy/pins.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/klippy/pins.py b/klippy/pins.py
index 3c20513f..f93d3aa0 100644
--- a/klippy/pins.py
+++ b/klippy/pins.py
@@ -46,9 +46,9 @@ MCU_PINS = {
"atmega1280": port_pins(12), "atmega2560": port_pins(12),
"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),
- "samd51g19": port_pins(2, 32), "samd51j19": port_pins(3, 32),
- "samd51n19": port_pins(3, 32), "samd51p20": port_pins(4, 32),
+ "samd21g18a": port_pins(2, 32),
+ "samd51g19a": port_pins(2, 32), "samd51j19a": port_pins(3, 32),
+ "samd51n19a": port_pins(3, 32), "samd51p20a": port_pins(4, 32),
"stm32f103": port_pins(5, 16),
"lpc176x": lpc_pins(),
"pru": beaglebone_pins(),