aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/hal_lld.h23
1 files changed, 20 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
index 2ca6013d8..088635a35 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
@@ -27,9 +27,11 @@
* - STM32_VDD (as hundredths of Volt).
* .
* One of the following macros must also be defined:
+ * - STM32F722xx, STM32F723xx very high-performance MCUs.
+ * - STM32F732xx, STM32F733xx very high-performance MCUs.
* - STM32F745xx, STM32F746xx, STM32F756xx very high-performance MCUs.
- * - STM32F767xx, STM32F769xx, STM32F777xx, STM32F779xx very
- * high-performance MCUs.
+ * - STM32F765xx, STM32F767xx, STM32F769xx very high-performance MCUs.
+ * - STM32F777xx, STM32F779xx very high-performance MCUs.
* .
*
* @addtogroup HAL
@@ -54,7 +56,19 @@
* @name Platform identification macros
* @{
*/
-#if defined(STM32F745xx) || defined(__DOXYGEN__)
+#if defined(STM32F722xx) || defined(__DOXYGEN__)
+#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
+
+#elif defined(STM32F723xx)
+#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
+
+#elif defined(STM32F732xx)
+#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
+
+#elif defined(STM32F733xx)
+#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
+
+#elif defined(STM32F745xx)
#define PLATFORM_NAME "STM32F745 Very High Performance with DSP and FPU"
#elif defined(STM32F746xx)
@@ -63,6 +77,9 @@
#elif defined(STM32F756xx)
#define PLATFORM_NAME "STM32F756 Very High Performance with DSP and FPU"
+#elif defined(STM32F765xx)
+#define PLATFORM_NAME "STM32F767 Very High Performance with DSP and DP FPU"
+
#elif defined(STM32F767xx)
#define PLATFORM_NAME "STM32F767 Very High Performance with DSP and DP FPU"