From 8b9cc62359057a686929cc713ffe2931e2203946 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 28 Jul 2019 23:15:54 -0400 Subject: 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 --- test/configs/stm32f1.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3-70-g09d2