From af649428322234d8816efc0d8ace6c4f481d8250 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Nov 2016 13:56:20 +0000 Subject: Added CAN3 support to the STM32 CANv1 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9942 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F3xx/stm32_registry.h | 12 ++++++++++++ 1 file changed, 12 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 f0c83fe22..3e3da573e 100644 --- a/os/hal/ports/STM32/STM32F3xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F3xx/stm32_registry.h @@ -82,6 +82,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -343,6 +344,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -606,6 +608,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -820,6 +823,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 FALSE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -1033,6 +1037,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -1255,6 +1260,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -1499,6 +1505,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -1746,6 +1753,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -1964,6 +1972,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -2181,6 +2190,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -2427,6 +2437,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ @@ -2654,6 +2665,7 @@ /* CAN attributes.*/ #define STM32_HAS_CAN1 TRUE #define STM32_HAS_CAN2 FALSE +#define STM32_HAS_CAN3 FALSE #define STM32_CAN_MAX_FILTERS 14 /* DAC attributes.*/ -- cgit v1.2.3