From ff637e456f79ba3cb90265790ac9537c297b331d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Jul 2015 07:17:45 +0000 Subject: Added CRC keys in STM32 registry files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8065 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/stm32_registry.h') diff --git a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h index 3176cd567..694ceea51 100644 --- a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h @@ -225,6 +225,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F303xC) */ /*===========================================================================*/ @@ -394,6 +398,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F303x8) */ /*===========================================================================*/ @@ -558,6 +566,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F301x8) */ /*===========================================================================*/ @@ -725,6 +737,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F302x8) */ /*===========================================================================*/ @@ -904,6 +920,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F302xC) */ /*===========================================================================*/ @@ -1067,6 +1087,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F318x8) */ /*===========================================================================*/ @@ -1233,6 +1257,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F328x8) */ /*===========================================================================*/ @@ -1414,6 +1442,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F358xC) */ /*===========================================================================*/ @@ -1580,6 +1612,10 @@ /* FSMC attributes.*/ #define STM32_HAS_FSMC FALSE + +/* CRC attributes.*/ +#define STM32_HAS_CRC TRUE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F334x8) */ /** @} */ -- cgit v1.2.3