diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/stm32f401.config | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/stm32f401.config b/test/configs/stm32f401.config new file mode 100644 index 00000000..5cf5905e --- /dev/null +++ b/test/configs/stm32f401.config @@ -0,0 +1,3 @@ +# Base config file for STM32F401 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F401=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 61df0e2d..5a60a021 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -183,6 +183,10 @@ CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-sp-3-2020.cfg +# Printers using the stm32f401 +DICTIONARY stm32f401.dict +CONFIG ../../config/printer-artillery-sidewinder-x2-2022.cfg + # Printers using the stm32f405 DICTIONARY stm32f405.dict CONFIG ../../config/generic-mellow-fly-gemini-v1.cfg |