diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/sam3x8c.config | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/sam3x8c.config b/test/configs/sam3x8c.config new file mode 100644 index 00000000..ec635ee0 --- /dev/null +++ b/test/configs/sam3x8c.config @@ -0,0 +1,3 @@ +# Base config file for Atmel SAM3x8e ARM processor +CONFIG_MACH_ATSAM=y +CONFIG_MACH_SAM3X8C=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index ec37fd49..c8850483 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -57,6 +57,10 @@ CONFIG ../../config/printer-wanhao-duplicator-i3-v2.1-2017.cfg DICTIONARY at90usb1286.dict CONFIG ../../config/generic-printrboard.cfg +# Printers using the sam3x8c +DICTIONARY sam3x8c.dict +CONFIG ../../config/generic-printrboard-g2.cfg + # Printers using the sam3x8e DICTIONARY sam3x8e.dict CONFIG ../../config/generic-radds.cfg |