diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 11:23:33 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 11:28:56 -0500 |
commit | f3b4173e6b4b6ebd34b7efc31c07914d063f3b07 (patch) | |
tree | 1dbae7c9f0fad977db267bd26c969a3b9248335c /test | |
parent | 6b6879e6bc33a7a1c4be33810cab1d0bfd09cefd (diff) | |
download | kutter-f3b4173e6b4b6ebd34b7efc31c07914d063f3b07.tar.gz kutter-f3b4173e6b4b6ebd34b7efc31c07914d063f3b07.tar.xz kutter-f3b4173e6b4b6ebd34b7efc31c07914d063f3b07.zip |
test: Use more descriptive mcu chip names
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/samd21g18.config (renamed from test/configs/samd21.config) | 2 | ||||
-rw-r--r-- | test/configs/stm32f0_hal.config (renamed from test/configs/stm32f0.config) | 0 | ||||
-rw-r--r-- | test/configs/stm32f103-serial.config (renamed from test/configs/stm32f1-serial.config) | 0 | ||||
-rw-r--r-- | test/configs/stm32f103.config (renamed from test/configs/stm32f1.config) | 0 | ||||
-rw-r--r-- | test/klippy/printers.test | 4 |
5 files changed, 3 insertions, 3 deletions
diff --git a/test/configs/samd21.config b/test/configs/samd21g18.config index 8dd361d1..bdbc3971 100644 --- a/test/configs/samd21.config +++ b/test/configs/samd21g18.config @@ -1,3 +1,3 @@ # Base config file for SAMD21 boards CONFIG_MACH_ATSAMD=y -CONFIG_MACH_SAMD21=y +CONFIG_MACH_SAMD21G18=y diff --git a/test/configs/stm32f0.config b/test/configs/stm32f0_hal.config index c36964b1..c36964b1 100644 --- a/test/configs/stm32f0.config +++ b/test/configs/stm32f0_hal.config diff --git a/test/configs/stm32f1-serial.config b/test/configs/stm32f103-serial.config index a1ae2580..a1ae2580 100644 --- a/test/configs/stm32f1-serial.config +++ b/test/configs/stm32f103-serial.config diff --git a/test/configs/stm32f1.config b/test/configs/stm32f103.config index 9170fb06..9170fb06 100644 --- a/test/configs/stm32f1.config +++ b/test/configs/stm32f103.config 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 |