Extension of code for STM32F1 to allow for dual bank series XL. Small changes to documentation for F2, F4 and L1 to add a parameter reference. Tested with STM32F103RBT6 (note: tests show that the PG bit must be cleared after programming, otherwise a subsequent erase attempt fails. This has been added to flash_program_half_word for F0 and F1 only. A fix for the other families is not included in this PR.)
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
# HTML Documentation for STM32F2 code level
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ../Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
WARN_LOGFILE = doxygen_stm32f2.log
|
|
|
|
INPUT = ../../include/libopencm3/license.dox \
|
|
../../include/libopencm3/stm32/f2 \
|
|
../../include/libopencm3/stm32/common
|
|
|
|
INPUT += ../../lib/stm32/f2 \
|
|
../../lib/stm32/common
|
|
|
|
EXCLUDE =
|
|
|
|
EXCLUDE_PATTERNS = *_common_f13.h *_common_f13.c \
|
|
*_common_*f013.h *_common_*f013.c \
|
|
*_common_*f01.h *_common_*f01.c \
|
|
*_common_*f03.h *_common_*f03.c
|
|
|
|
LAYOUT_FILE = DoxygenLayout_stm32f2.xml
|
|
|
|
GENERATE_TAGFILE = stm32f2.tag
|
|
|
|
ENABLE_PREPROCESSING = YES
|
|
|
|
|