From 64e6d8589883975e6bd9656ac9ef05c6f6de6579 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Tue, 7 Aug 2018 01:03:54 +0200 Subject: sam4e8e: Add the SAM4e8e port This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann --- klippy/pins.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/pins.py') diff --git a/klippy/pins.py b/klippy/pins.py index 9a3f1ccf..7cbacd61 100644 --- a/klippy/pins.py +++ b/klippy/pins.py @@ -41,6 +41,7 @@ MCU_PINS = { "atmega1280": port_pins(12), "atmega2560": port_pins(12), "sam3x8e": port_pins(4, 32), "samd21g": port_pins(2, 32), + "sam4e8e" : port_pins(5,32), "stm32f103": port_pins(5, 16), "lpc176x": lpc_pins(), "pru": beaglebone_pins(), -- cgit v1.2.3-70-g09d2