diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/samd51p20.config | 4 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
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 |