aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-01-23 23:25:24 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-01-23 23:29:32 -0500
commitfe76fbe820547ee093d4c6a5c6701b00548014da (patch)
tree982c17af3aad996b26ac31ef0f270f6e5d03bf90
parent6e020123c61b0829e1ba0cb3e4302f3ff4a553ee (diff)
downloadkutter-fe76fbe820547ee093d4c6a5c6701b00548014da.tar.gz
kutter-fe76fbe820547ee093d4c6a5c6701b00548014da.tar.xz
kutter-fe76fbe820547ee093d4c6a5c6701b00548014da.zip
test: Add generic-simulavr.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--test/configs/atmega644p.config4
-rw-r--r--test/klippy/printers.test4
2 files changed, 8 insertions, 0 deletions
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