aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/stm32_registry.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
index c2f635977..ee76ca2bf 100644
--- a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h
@@ -182,6 +182,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_LD_VL) */
@@ -350,6 +354,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_MD_VL) */
@@ -487,6 +495,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_LD) */
@@ -639,6 +651,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_MD) */
@@ -831,6 +847,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_HD) */
@@ -1023,6 +1043,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_XL) */
@@ -1192,6 +1216,10 @@
/* FSMC attributes.*/
#define STM32_HAS_FSMC FALSE
+
+/* CRC attributes.*/
+#define STM32_HAS_CRC TRUE
+#define STM32_CRC_PROGRAMMABLE FALSE
/** @} */
#endif /* defined(STM32F10X_CL) */