From 6f5d6652694e9dd4c1900601cc0af506bc1627d9 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 Dec 2015 15:16:07 +0000 Subject: Updated registries for WDG. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8558 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F3xx/stm32_registry.h | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'os/hal/ports/STM32/STM32F3xx') diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h index 9a6e2985c..36ceae28e 100644 --- a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h @@ -259,6 +259,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -461,6 +465,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -662,6 +670,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -866,6 +878,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -1092,6 +1108,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -1292,6 +1312,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -1491,6 +1515,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -1719,6 +1747,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE @@ -1918,6 +1950,10 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* IWDG attributes.*/ +#define STM32_HAS_IWDG TRUE +#define STM32_IWDG_IS_WINDOWED TRUE + /* LTDC attributes.*/ #define STM32_HAS_LTDC FALSE -- cgit v1.2.3