aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/hal_lld.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
index 68832b035..8b8a7f267 100644
--- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
@@ -90,8 +90,17 @@
#elif defined(STM32F411xE)
#define PLATFORM_NAME "STM32F411xE High Performance with DSP and FPU"
-#elif defined(STM32F2XX)
-#define PLATFORM_NAME "STM32F2xx High Performance"
+#elif defined(STM32F205xx)
+#define PLATFORM_NAME "STM32F405 High Performance"
+
+#elif defined(STM32F215xx)
+#define PLATFORM_NAME "STM32F415 High Performance"
+
+#elif defined(STM32F207xx)
+#define PLATFORM_NAME "STM32F407 High Performance"
+
+#elif defined(STM32F217xx)
+#define PLATFORM_NAME "STM32F417 High Performance"
#else
#error "STM32F2xx/F4xx device not specified"