From defce1123588b3c040bed0e88baf47a99c78b8dd Mon Sep 17 00:00:00 2001 From: kluoyun <2339883671@qq.com> Date: Sat, 14 May 2022 22:36:10 +0800 Subject: config:Create configuration file for Fly-Gemini-v1 motherboard (#5474) Create configuration file for Fly-Gemini-v1 motherboard Add stm32f405 and generic-mellow-fly-gemini-v1.cfg to test cases Signed-off-by: Xiaokui Zhao --- test/configs/stm32f405.config | 3 +++ test/klippy/printers.test | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 test/configs/stm32f405.config (limited to 'test') diff --git a/test/configs/stm32f405.config b/test/configs/stm32f405.config new file mode 100644 index 00000000..bd99c762 --- /dev/null +++ b/test/configs/stm32f405.config @@ -0,0 +1,3 @@ +# Base config file for STM32F405 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F405=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 975569b9..2eed011e 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -177,6 +177,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 stm32f405 +DICTIONARY stm32f405.dict +CONFIG ../../config/generic-mellow-fly-gemini-v1.cfg + # Printers using the stm32f407 DICTIONARY stm32f407.dict CONFIG ../../config/generic-bigtreetech-e3-rrf-v1.1.cfg -- cgit v1.2.3-70-g09d2