mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
atsamd: Initial support for SAMD51
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f6ce875818
commit
8cd83b4c2d
17 changed files with 434 additions and 61 deletions
|
@ -47,6 +47,8 @@ MCU_PINS = {
|
|||
"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),
|
||||
"stm32f103": port_pins(5, 16),
|
||||
"lpc176x": lpc_pins(),
|
||||
"pru": beaglebone_pins(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue