From a60ae5044c9d885d6d0152b0907c21977e8a0d6b Mon Sep 17 00:00:00 2001 From: Ken Sarkies Date: Fri, 30 Nov 2012 06:39:57 +1030 Subject: STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common. In the header: - Fix DMA_SxCR_CT: change shift from 18 to 19 For use with the convenience functions: - Added DMA_SxCR_CHSEL generic values - Added DMA_STREAM - generic values - Added dma_if_offset - rather than separating out LISR and HISR - Added masks - Added dma_disable_double_buffer_mode() --- doc/stm32f2/Doxyfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'doc/stm32f2') diff --git a/doc/stm32f2/Doxyfile b/doc/stm32f2/Doxyfile index ff5765b..d03f4e9 100644 --- a/doc/stm32f2/Doxyfile +++ b/doc/stm32f2/Doxyfile @@ -7,7 +7,7 @@ # Common Include File #--------------------------------------------------------------------------- -@INCLUDE = ../Doxyfile_common +@INCLUDE = ../Doxyfile_common #--------------------------------------------------------------------------- # Local settings @@ -16,17 +16,15 @@ WARN_LOGFILE = doxygen_stm32f2.log INPUT = ../../include/libopencm3/license.dox \ - ../../include/libopencm3/stm32/f2 \ - ../../include/libopencm3/stm32/common/gpio_common_all.h \ - ../../include/libopencm3/stm32/common/gpio_common_f24.h + ../../include/libopencm3/stm32/f2 \ + ../../include/libopencm3/stm32/common INPUT += ../../lib/stm32/f2 \ - ../../lib/stm32/common/gpio_common_all.c \ - ../../lib/stm32/common/gpio_common_f24.c + ../../lib/stm32/common EXCLUDE = -LAYOUT_FILE = DoxygenLayout_stm32f2.xml +LAYOUT_FILE = DoxygenLayout_stm32f2.xml TAGFILES = ../cm3/cm3.tag=../../cm3/html -- cgit v1.2.3