aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:16:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 15:16:07 +0000
commit6f5d6652694e9dd4c1900601cc0af506bc1627d9 (patch)
tree078fbcc262f9c4454abe3b41a3d9c9466a4826a7 /os/hal/ports/STM32/STM32F4xx/stm32_registry.h
parentc1e7f8c6c794ca40f99cf4b9a42f3787f5131909 (diff)
downloadChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.tar.gz
ChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.tar.bz2
ChibiOS-6f5d6652694e9dd4c1900601cc0af506bc1627d9.zip
Updated registries for WDG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_registry.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
index 146f26e4f..2afd17b9a 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
@@ -393,6 +393,10 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_HAS_OTG2 TRUE
+/* IWDG attributes.*/
+#define STM32_HAS_IWDG TRUE
+#define STM32_IWDG_IS_WINDOWED FALSE
+
/* LTDC attributes.*/
#define STM32_HAS_LTDC TRUE
@@ -730,6 +734,10 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_HAS_OTG2 TRUE
+/* IWDG attributes.*/
+#define STM32_HAS_IWDG TRUE
+#define STM32_IWDG_IS_WINDOWED FALSE
+
/* LTDC attributes.*/
#define STM32_HAS_LTDC FALSE
@@ -1021,6 +1029,10 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_HAS_OTG2 FALSE
+/* IWDG attributes.*/
+#define STM32_HAS_IWDG TRUE
+#define STM32_IWDG_IS_WINDOWED FALSE
+
/* LTDC attributes.*/
#define STM32_HAS_LTDC FALSE
@@ -1303,6 +1315,10 @@
#define STM32_HAS_OTG1 TRUE
#define STM32_HAS_OTG2 FALSE
+/* IWDG attributes.*/
+#define STM32_HAS_IWDG TRUE
+#define STM32_IWDG_IS_WINDOWED FALSE
+
/* LTDC attributes.*/
#define STM32_HAS_LTDC FALSE