aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-07-28 23:15:54 -0400
committerKevinOConnor <kevin@koconnor.net>2019-08-05 11:25:40 -0400
commit8b9cc62359057a686929cc713ffe2931e2203946 (patch)
treeab2e5469d7919cc6ed652e2928f0eaf9a24420c3 /test/configs
parentec3d865b517affd77678e5b1a45ef4691619726d (diff)
downloadkutter-8b9cc62359057a686929cc713ffe2931e2203946.tar.gz
kutter-8b9cc62359057a686929cc713ffe2931e2203946.tar.xz
kutter-8b9cc62359057a686929cc713ffe2931e2203946.zip
stm32: Rename stm32f4/ directory to stm32/
Now that the code in stm32f4/ can handle both stm32f1 and stm32f4 chips, rename the directory to just "stm32". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/stm32f1.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/configs/stm32f1.config b/test/configs/stm32f1.config
index b8b38826..9170fb06 100644
--- a/test/configs/stm32f1.config
+++ b/test/configs/stm32f1.config
@@ -1,2 +1,3 @@
# Base config file for STM32F1 ARM processor
-CONFIG_MACH_STM32F1=y
+CONFIG_MACH_STM32=y
+CONFIG_MACH_STM32F103=y