mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 15:40:41 +00:00
update doxygen configure
This commit is contained in:
parent
cf82b13a0e
commit
17f8067276
@ -820,7 +820,7 @@ RECURSIVE = YES
|
|||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE = tinyusb/device/romdriver
|
EXCLUDE =
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
@ -921,7 +921,7 @@ FILTER_SOURCE_PATTERNS =
|
|||||||
# (index.html). This can be useful if you have a project on for instance GitHub
|
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||||
# and want to reuse the introduction page also for the doxygen output.
|
# and want to reuse the introduction page also for the doxygen output.
|
||||||
|
|
||||||
USE_MDFILE_AS_MAINPAGE =
|
USE_MDFILE_AS_MAINPAGE = readme.md
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to source browsing
|
# Configuration options related to source browsing
|
||||||
@ -1997,11 +1997,12 @@ INCLUDE_FILE_PATTERNS =
|
|||||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||||
|
|
||||||
PREDEFINED = TUSB_CFG_CONTROLLER_0_MODE=TUSB_MODE_HOST \
|
PREDEFINED = TUSB_CFG_CONTROLLER_0_MODE=TUSB_MODE_HOST \
|
||||||
TUSB_CFG_CONTROLLER_1_MODE=TUSB_MODE_HOST \
|
TUSB_CFG_CONTROLLER_1_MODE=TUSB_MODE_NONE \
|
||||||
TUSB_CFG_HOST_HID_KEYBOARD=1 \
|
TUSB_CFG_HOST_HID_KEYBOARD=1 \
|
||||||
ATTR_PACKED_STRUCT(x)=x \
|
ATTR_PACKED_STRUCT(x)=x \
|
||||||
TUSB_CFG_HOST_CDC_RNDIS=1 \
|
TUSB_CFG_HOST_CDC_RNDIS=1 \
|
||||||
ATTR_ALIGNED(x)=
|
ATTR_ALIGNED(x)= \
|
||||||
|
TUSB_CFG_OS=TUSB_OS_NONE
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||||
# tag can be used to specify a list of macro names that should be expanded. The
|
# tag can be used to specify a list of macro names that should be expanded. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user