mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
atsamd: Add definitions for SAMD21E18 chip
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0b33e0b427
commit
946eb6b7ae
3 changed files with 9 additions and 3 deletions
|
@ -46,7 +46,7 @@ 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),
|
||||
"samd21g18a": port_pins(2, 32),
|
||||
"samd21g18a": port_pins(2, 32), "samd21e18a": 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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue