doc: stm32l1: exclude unshared common code
Fixes Github issue #458 Fixes Github issue #300
This commit is contained in:
parent
08aac020ad
commit
3cc6ecd203
@ -23,6 +23,7 @@ INPUT += ../../lib/stm32/l1 \
|
|||||||
../../lib/stm32/common
|
../../lib/stm32/common
|
||||||
|
|
||||||
EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
|
EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
|
||||||
|
../../include/libopencm3/stm32/common/gpio_common_f234.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 \
|
||||||
@ -34,7 +35,9 @@ EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c \
|
|||||||
../../lib/stm32/common/hash_common_f24.c \
|
../../lib/stm32/common/hash_common_f24.c \
|
||||||
../../lib/stm32/common/crs_common_all.c
|
../../lib/stm32/common/crs_common_all.c
|
||||||
|
|
||||||
EXCLUDE_PATTERNS =
|
EXCLUDE_PATTERNS = *common/flash_common_f*.*
|
||||||
|
EXCLUDE_PATTERNS += *common/adc_common_v2*
|
||||||
|
EXCLUDE_PATTERNS += *common/spi_common_f03.*
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout_stm32l1.xml
|
LAYOUT_FILE = DoxygenLayout_stm32l1.xml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user