From fe76fbe820547ee093d4c6a5c6701b00548014da Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 23 Jan 2020 23:25:24 -0500 Subject: [PATCH] test: Add generic-simulavr.cfg to printers.test Signed-off-by: Kevin O'Connor --- test/configs/atmega644p.config | 4 ++++ test/klippy/printers.test | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/configs/atmega644p.config diff --git a/test/configs/atmega644p.config b/test/configs/atmega644p.config new file mode 100644 index 00000000..1dd6fa0f --- /dev/null +++ b/test/configs/atmega644p.config @@ -0,0 +1,4 @@ +# Base config file for atmega644p +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega644p=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 1575c8f7..20d6e6f1 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -60,6 +60,10 @@ CONFIG ../../config/printer-tronxy-x5s-2018.cfg CONFIG ../../config/printer-tronxy-x8-2018.cfg CONFIG ../../config/printer-wanhao-duplicator-i3-v2.1-2017.cfg +# Printers using the atmega644 +DICTIONARY atmega644p.dict +CONFIG ../../config/generic-simulavr.cfg + # Printers using the at90usb1286 DICTIONARY at90usb1286.dict CONFIG ../../config/generic-printrboard.cfg