From f3b4173e6b4b6ebd34b7efc31c07914d063f3b07 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 18 Dec 2019 11:23:33 -0500 Subject: test: Use more descriptive mcu chip names Signed-off-by: Kevin O'Connor --- test/configs/samd21.config | 3 --- test/configs/samd21g18.config | 3 +++ test/configs/stm32f0.config | 2 -- test/configs/stm32f0_hal.config | 2 ++ test/configs/stm32f1-serial.config | 4 ---- test/configs/stm32f1.config | 3 --- test/configs/stm32f103-serial.config | 4 ++++ test/configs/stm32f103.config | 3 +++ test/klippy/printers.test | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 test/configs/samd21.config create mode 100644 test/configs/samd21g18.config delete mode 100644 test/configs/stm32f0.config create mode 100644 test/configs/stm32f0_hal.config delete mode 100644 test/configs/stm32f1-serial.config delete mode 100644 test/configs/stm32f1.config create mode 100644 test/configs/stm32f103-serial.config create mode 100644 test/configs/stm32f103.config (limited to 'test') diff --git a/test/configs/samd21.config b/test/configs/samd21.config deleted file mode 100644 index 8dd361d1..00000000 --- a/test/configs/samd21.config +++ /dev/null @@ -1,3 +0,0 @@ -# Base config file for SAMD21 boards -CONFIG_MACH_ATSAMD=y -CONFIG_MACH_SAMD21=y diff --git a/test/configs/samd21g18.config b/test/configs/samd21g18.config new file mode 100644 index 00000000..bdbc3971 --- /dev/null +++ b/test/configs/samd21g18.config @@ -0,0 +1,3 @@ +# Base config file for SAMD21 boards +CONFIG_MACH_ATSAMD=y +CONFIG_MACH_SAMD21G18=y diff --git a/test/configs/stm32f0.config b/test/configs/stm32f0.config deleted file mode 100644 index c36964b1..00000000 --- a/test/configs/stm32f0.config +++ /dev/null @@ -1,2 +0,0 @@ -# Base config file for STM32F0 ARM processor -CONFIG_MACH_STM32F0_HAL=y diff --git a/test/configs/stm32f0_hal.config b/test/configs/stm32f0_hal.config new file mode 100644 index 00000000..c36964b1 --- /dev/null +++ b/test/configs/stm32f0_hal.config @@ -0,0 +1,2 @@ +# Base config file for STM32F0 ARM processor +CONFIG_MACH_STM32F0_HAL=y diff --git a/test/configs/stm32f1-serial.config b/test/configs/stm32f1-serial.config deleted file mode 100644 index a1ae2580..00000000 --- a/test/configs/stm32f1-serial.config +++ /dev/null @@ -1,4 +0,0 @@ -# Base config file for STM32F1 ARM processor using serial communication -CONFIG_MACH_STM32=y -CONFIG_MACH_STM32F103=y -CONFIG_USBSERIAL=n diff --git a/test/configs/stm32f1.config b/test/configs/stm32f1.config deleted file mode 100644 index 9170fb06..00000000 --- a/test/configs/stm32f1.config +++ /dev/null @@ -1,3 +0,0 @@ -# Base config file for STM32F1 ARM processor -CONFIG_MACH_STM32=y -CONFIG_MACH_STM32F103=y diff --git a/test/configs/stm32f103-serial.config b/test/configs/stm32f103-serial.config new file mode 100644 index 00000000..a1ae2580 --- /dev/null +++ b/test/configs/stm32f103-serial.config @@ -0,0 +1,4 @@ +# Base config file for STM32F1 ARM processor using serial communication +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F103=y +CONFIG_USBSERIAL=n diff --git a/test/configs/stm32f103.config b/test/configs/stm32f103.config new file mode 100644 index 00000000..9170fb06 --- /dev/null +++ b/test/configs/stm32f103.config @@ -0,0 +1,3 @@ +# Base config file for STM32F1 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F103=y diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 86d93ff0..73a6eb76 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -88,14 +88,14 @@ CONFIG ../../config/generic-re-arm.cfg CONFIG ../../config/generic-smoothieboard.cfg # Printers using the stm32f103 -DICTIONARY stm32f1.dict +DICTIONARY stm32f103.dict CONFIG ../../config/generic-bigtreetech-skr-mini.cfg CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v1.0.cfg CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v1.2.cfg CONFIG ../../config/generic-bigtreetech-skr-e3-dip.cfg # Printers using the stm32f103 via serial -DICTIONARY stm32f1-serial.dict +DICTIONARY stm32f103-serial.dict CONFIG ../../config/generic-fysetc-cheetah-v1.1.cfg CONFIG ../../config/generic-fysetc-cheetah-v1.2.cfg -- cgit v1.2.3-70-g09d2