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/configs | |
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/configs')
-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 |
4 files changed, 1 insertions, 1 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 |