diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/atmega1280.config | 4 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/configs/atmega1280.config b/test/configs/atmega1280.config new file mode 100644 index 00000000..a3e688f9 --- /dev/null +++ b/test/configs/atmega1280.config @@ -0,0 +1,4 @@ +# Base config file for atmega1280 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega1280=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index f5e8e095..70e10040 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -28,6 +28,10 @@ CONFIG ../../config/printer-velleman-k8200-2013.cfg CONFIG ../../config/printer-wanhao-duplicator-i3-plus-2017.cfg CONFIG ../../config/printer-wanhao-duplicator-6-2016.cfg +# Printers using the atmega1280 +DICTIONARY atmega1280.dict +CONFIG ../../config/generic-minitronics1.cfg + # Printers using the atmega1284p DICTIONARY atmega1284p.dict CONFIG ../../config/generic-melzi.cfg |