diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/stm32f407.config | 3 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/stm32f407.config b/test/configs/stm32f407.config new file mode 100644 index 00000000..b324175f --- /dev/null +++ b/test/configs/stm32f407.config @@ -0,0 +1,3 @@ +# Base config file for STM32F407 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F407=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 1ba96b3f..f29a0b46 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -92,6 +92,10 @@ DICTIONARY stm32f1-serial.dict CONFIG ../../config/generic-fysetc-cheetah-v1.1.cfg CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg +# Printers using the stm32f407 +DICTIONARY stm32f407.dict +CONFIG ../../config/generic-bigtreetech-skr-pro.cfg + # Printers using the PRU DICTIONARY pru.dict host=linuxprocess.dict CONFIG ../../config/generic-cramps.cfg |