aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuke's Lab <luke@lukeslab.online>2021-04-02 14:22:23 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-06-04 17:48:21 -0400
commit080b7f68ca793bde549ae2ab210d901cedf3119c (patch)
tree4df87ecaa8c6b2f0f2a91151e28aa066044e24ad /test
parentbd65c37ed5caac04857493518b07eda083659977 (diff)
downloadkutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.gz
kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.xz
kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.zip
config: Add generic-duet3-mini.cfg
Adds Duet3 Mini Config with support for expansion header Signed-off-by: Luke Ashley <Luke@Lukeslab.online> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r--test/configs/samd51p20.config4
-rw-r--r--test/klippy/printers.test4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/configs/samd51p20.config b/test/configs/samd51p20.config
new file mode 100644
index 00000000..09f15fa8
--- /dev/null
+++ b/test/configs/samd51p20.config
@@ -0,0 +1,4 @@
+# Base config file for Atmel SAMD51P20 ARM processor
+CONFIG_MACH_ATSAMD=y
+CONFIG_MACH_SAMD51P20=y
+CONFIG_CLOCK_REF_X25M=y
diff --git a/test/klippy/printers.test b/test/klippy/printers.test
index 33c70bf3..1c837e0f 100644
--- a/test/klippy/printers.test
+++ b/test/klippy/printers.test
@@ -107,6 +107,10 @@ DICTIONARY sam4e8e.dict
CONFIG ../../config/generic-duet2.cfg
CONFIG ../../config/generic-duet2-duex.cfg
+# Printers using the samd51
+DICTIONARY samd51p20.dict
+CONFIG ../../config/generic-duet3-mini.cfg
+
# Printers using the lpc176x
DICTIONARY lpc176x.dict
CONFIG ../../config/generic-azteeg-x5-mini-v3.cfg