From 90527794f02f544505e34b89687401aeaa964e35 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 26 Jun 2015 08:15:18 +0000 Subject: Merged LTDC DMA2D code in STM32F4xx HAL. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8052 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L1xx/stm32_registry.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'os/hal/ports/STM32/STM32L1xx/stm32_registry.h') diff --git a/os/hal/ports/STM32/STM32L1xx/stm32_registry.h b/os/hal/ports/STM32/STM32L1xx/stm32_registry.h index 4c5067db5..129f4c871 100644 --- a/os/hal/ports/STM32/STM32L1xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L1xx/stm32_registry.h @@ -190,6 +190,15 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* LTDC attributes.*/ +#define STM32_HAS_LTDC FALSE + +/* DMA2D attributes.*/ +#define STM32_HAS_DMA2D FALSE + +/* FSMC attributes.*/ +#define STM32_HAS_FSMC FALSE + #else /* STM32L1XX_HD */ /* ADC attributes.*/ @@ -355,6 +364,15 @@ #define STM32_HAS_OTG1 FALSE #define STM32_HAS_OTG2 FALSE +/* LTDC attributes.*/ +#define STM32_HAS_LTDC FALSE + +/* DMA2D attributes.*/ +#define STM32_HAS_DMA2D FALSE + +/* FSMC attributes.*/ +#define STM32_HAS_FSMC FALSE + #endif /* STM32L1XX_HD */ /** @} */ -- cgit v1.2.3