doc: exclude CRS from f1, f2, f3, f4, l1
This commit is contained in:
parent
3c9e80c6f1
commit
33a2d057f4
@ -23,12 +23,19 @@ INPUT += ../../lib/stm32/f1 \
|
|||||||
../../lib/stm32/common
|
../../lib/stm32/common
|
||||||
|
|
||||||
EXCLUDE = ../../include/libopencm3/stm32/f1/usb.h \
|
EXCLUDE = ../../include/libopencm3/stm32/f1/usb.h \
|
||||||
../../include/libopencm3/stm32/f1/usb_desc.h
|
../../include/libopencm3/stm32/f1/usb_desc.h \
|
||||||
|
../../include/libopencm3/stm32/common/crs_common_all.h
|
||||||
|
|
||||||
|
EXCLUDE += ../../lib/stm32/common/crs_common_all.c \
|
||||||
|
../../lib/stm32/common/rtc_common_l1f024.c \
|
||||||
|
../../lib/stm32/common/
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = *_common_*f24.h *_common_*f24.c \
|
EXCLUDE_PATTERNS = *_common_*f24.h *_common_*f24.c \
|
||||||
*_common_*f234.h *_common_*f234.c \
|
*_common_*f234.h *_common_*f234.c \
|
||||||
|
*_common_*f0234.h *_common_*f0234.c \
|
||||||
*_common_*f024.h *_common_*f024.c \
|
*_common_*f024.h *_common_*f024.c \
|
||||||
*_common_*f03.h *_common_*f03.c
|
*_common_*f03.h *_common_*f03.c \
|
||||||
|
*_common_l01.h _common_l01.c
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout_stm32f1.xml
|
LAYOUT_FILE = DoxygenLayout_stm32f1.xml
|
||||||
|
|
||||||
|
@ -27,7 +27,8 @@ EXCLUDE =
|
|||||||
EXCLUDE_PATTERNS = *_common_f13.h *_common_f13.c \
|
EXCLUDE_PATTERNS = *_common_f13.h *_common_f13.c \
|
||||||
*_common_*f013.h *_common_*f013.c \
|
*_common_*f013.h *_common_*f013.c \
|
||||||
*_common_*f01.h *_common_*f01.c \
|
*_common_*f01.h *_common_*f01.c \
|
||||||
*_common_*f03.h *_common_*f03.c
|
*_common_*f03.h *_common_*f03.c \
|
||||||
|
*crs_common_all.[ch]
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout_stm32f2.xml
|
LAYOUT_FILE = DoxygenLayout_stm32f2.xml
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@ EXCLUDE = ../../include/libopencm3/stm32/f3/usb.h \
|
|||||||
|
|
||||||
EXCLUDE_PATTERNS = *_common_*f*24.h *_common_*f*24.c \
|
EXCLUDE_PATTERNS = *_common_*f*24.h *_common_*f*24.c \
|
||||||
*_common_*f01.h *_common_*f01.c \
|
*_common_*f01.h *_common_*f01.c \
|
||||||
*_common_bcd.h *_common_bcd.c
|
*_common_bcd.h *_common_bcd.c \
|
||||||
|
*crs_common_all.[ch]
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout_stm32f3.xml
|
LAYOUT_FILE = DoxygenLayout_stm32f3.xml
|
||||||
|
|
||||||
|
@ -27,7 +27,8 @@ EXCLUDE =
|
|||||||
EXCLUDE_PATTERNS = *_common_f*3.h *_common_f*3.c \
|
EXCLUDE_PATTERNS = *_common_f*3.h *_common_f*3.c \
|
||||||
*_common_*f013.h *_common_*f013.c \
|
*_common_*f013.h *_common_*f013.c \
|
||||||
*_common_*f01.h *_common_*f01.c \ \
|
*_common_*f01.h *_common_*f01.c \ \
|
||||||
*_common_*f03.h *_common_*f03.c
|
*_common_*f03.h *_common_*f03.c \
|
||||||
|
*crs_common_all.[ch]
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout_stm32f4.xml
|
LAYOUT_FILE = DoxygenLayout_stm32f4.xml
|
||||||
|
|
||||||
|
@ -25,12 +25,14 @@ INPUT += ../../lib/stm32/l1 \
|
|||||||
EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
|
EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
|
||||||
../../include/libopencm3/stm32/common/timer_common_f24.h \
|
../../include/libopencm3/stm32/common/timer_common_f24.h \
|
||||||
../../include/libopencm3/stm32/common/crypto_common_f24.h \
|
../../include/libopencm3/stm32/common/crypto_common_f24.h \
|
||||||
../../include/libopencm3/stm32/common/hash_common_f24.h
|
../../include/libopencm3/stm32/common/hash_common_f24.h \
|
||||||
|
../../include/libopencm3/stm32/common/crs_common_all.h
|
||||||
|
|
||||||
EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c \
|
EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c \
|
||||||
../../lib/stm32/common/timer_common_f24.c \
|
../../lib/stm32/common/timer_common_f24.c \
|
||||||
../../lib/stm32/common/crypto_common_f24.c \
|
../../lib/stm32/common/crypto_common_f24.c \
|
||||||
../../lib/stm32/common/hash_common_f24.c
|
../../lib/stm32/common/hash_common_f24.c \
|
||||||
|
../../lib/stm32/common/crs_common_all.c
|
||||||
|
|
||||||
EXCLUDE_PATTERNS =
|
EXCLUDE_PATTERNS =
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user