From 814f557d2f39ff5655556d036a36076f36bc121d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 2 Aug 2015 14:52:05 +0000 Subject: Registry updated for STM32F7xx. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8145 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/stm32_registry.h | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'os/hal/ports/STM32/STM32F1xx') diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h index 8d04b3492..f694c79c3 100644 --- a/os/hal/ports/STM32/STM32F1xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F1xx/stm32_registry.h @@ -81,6 +81,8 @@ #define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -89,6 +91,7 @@ #define STM32_HAS_I2C2 FALSE #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -172,6 +175,8 @@ #define STM32_HAS_UART4 FALSE #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB FALSE @@ -245,6 +250,8 @@ #define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -256,6 +263,7 @@ #define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -348,6 +356,8 @@ #define STM32_HAS_UART4 FALSE #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB FALSE @@ -417,6 +427,8 @@ #define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -425,6 +437,7 @@ #define STM32_HAS_I2C2 FALSE #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -493,6 +506,8 @@ #define STM32_HAS_UART4 FALSE #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB FALSE @@ -562,6 +577,8 @@ #define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -573,6 +590,7 @@ #define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -650,6 +668,8 @@ #define STM32_HAS_UART4 FALSE #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB TRUE @@ -726,6 +746,8 @@ #define STM32_HAS_GPIOG TRUE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -737,6 +759,7 @@ #define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -850,6 +873,8 @@ #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB TRUE @@ -926,6 +951,8 @@ #define STM32_HAS_GPIOG TRUE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -937,6 +964,7 @@ #define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -1050,6 +1078,8 @@ #define STM32_HAS_UART5 FALSE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB TRUE @@ -1126,6 +1156,8 @@ #define STM32_HAS_GPIOG FALSE #define STM32_HAS_GPIOH FALSE #define STM32_HAS_GPIOI FALSE +#define STM32_HAS_GPIOJ FALSE +#define STM32_HAS_GPIOK FALSE /* I2C attributes.*/ #define STM32_HAS_I2C1 TRUE @@ -1137,6 +1169,7 @@ #define STM32_I2C_I2C2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4) #define STM32_HAS_I2C3 FALSE +#define STM32_HAS_I2C4 FALSE /* RTC attributes.*/ #define STM32_HAS_RTC TRUE @@ -1230,6 +1263,8 @@ #define STM32_HAS_UART5 TRUE #define STM32_HAS_USART6 FALSE +#define STM32_HAS_UART7 FALSE +#define STM32_HAS_UART8 FALSE /* USB attributes.*/ #define STM32_HAS_USB FALSE -- cgit v1.2.3