Updated the documentation so that it appears in all families Also added it to the L1 area, but is untested. An addition to the memorymap allows commonality and a #ifdef added to the spi_common_all code to exclude the case of SPI3 for L1 and F0 as SPI3 doesn't exist in those. An rcc dispatch header was added to remove same code from the spi header.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# LaTeX Documentation for STM32F1 code level
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ../Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
WARN_LOGFILE = doxygen_stm32f1_latex.log
|
|
|
|
INPUT = ../../include/libopencm3/docmain.dox \
|
|
../../include/libopencm3/license.dox \
|
|
../../include/libopencm3/stm32/f1 \
|
|
../../include/libopencm3/stm32/common
|
|
|
|
INPUT += ../../lib/stm32/f1 \
|
|
../../lib/stm32/common
|
|
|
|
EXCLUDE = ../../include/libopencm3/stm32/f1/doc-stm32f1.h \
|
|
../../include/libopencm3/stm32/f1/usb.h \
|
|
../../include/libopencm3/stm32/f1/usb_desc.h \
|
|
../../include/libopencm3/stm32/f1/nvic_f1.h
|
|
|
|
EXCLUDE_PATTERNS = *_common_f24.h *_common_f24.c
|
|
|
|
LAYOUT_FILE = DoxygenLayout_stm32f1.xml
|
|
|
|
GENERATE_HTML = NO
|
|
|
|
GENERATE_LATEX = YES
|
|
|
|
LATEX_HEADER = header_stm32f1.tex
|
|
|