doxygen: enable uart functions guarded by ifdef
Many of the UART interface functions are hidden behind ifdefs, set those to 'y' when building documentation. Change-Id: I1371e64b6fe4c269ce41c2c54e0f013d8088dbcf Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
76bba72b97
commit
dfee33269b
1 changed files with 3 additions and 1 deletions
|
@ -260,7 +260,9 @@ INCLUDE_PATH =
|
|||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
|
||||
"CONFIG_KERNEL_EVENT_LOGGER=y" \
|
||||
"CONFIG_NANO_TIMEOUTS=y"
|
||||
"CONFIG_NANO_TIMEOUTS=y" \
|
||||
"CONFIG_UART_INTERRUPT_DRIVEN=y" \
|
||||
"CONFIG_UART_DRV_CMD=y" \
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = NO
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue