diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/hc32f460-serial-PA3PA2.config | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/hc32f460-serial-PA3PA2.config b/test/configs/hc32f460-serial-PA3PA2.config new file mode 100644 index 00000000..bef42ba7 --- /dev/null +++ b/test/configs/hc32f460-serial-PA3PA2.config @@ -0,0 +1,3 @@ +# Base config file for boards using HC32F460 +CONFIG_MACH_HC32F460=y +CONFIG_HC32F460_SERIAL_PA3_PA2=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index d57eff98..54161595 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -250,6 +250,10 @@ CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg DICTIONARY rp2040.dict CONFIG ../../config/generic-bigtreetech-skr-pico-v1.0.cfg +# Anycubic Printers using trigorilla board with the hc32f460 +DICTIONARY hc32f460-serial-PA3PA2.dict +CONFIG ../../config/printer-anycubic-kobra-plus-2022.cfg + # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict CONFIG ../../config/generic-cramps.cfg |