diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 18:44:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-05 22:42:48 -0400 |
commit | 0f1fcb017f4ac10b775b081c66ea2e908c5f44df (patch) | |
tree | 7836659e0c363b200383b30b9102ebdf287e1d41 /test | |
parent | dc9f9ea1d686a8618f60b4c4591231b8713b92c5 (diff) | |
download | kutter-0f1fcb017f4ac10b775b081c66ea2e908c5f44df.tar.gz kutter-0f1fcb017f4ac10b775b081c66ea2e908c5f44df.tar.xz kutter-0f1fcb017f4ac10b775b081c66ea2e908c5f44df.zip |
config: Add example generic-bigtreetech-skr-pro.cfg config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 |